Skip to content

Commit f777687

Browse files
author
Oleksandr Iegorov
committed
MC-18697: PHP Unit Run Fails on fresh 2.3.2 COMPOSER installation
1 parent 12bcf3f commit f777687

File tree

1 file changed

+8
-0
lines changed
  • setup/src/Magento/Setup/Test/Unit/Module/Di/Code/Reader/InstancesNamesList

1 file changed

+8
-0
lines changed

setup/src/Magento/Setup/Test/Unit/Module/Di/Code/Reader/InstancesNamesList/DirectoryTest.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,4 +191,12 @@ public function getListExceptionDataProvider()
191191
[new \ReflectionException('Not Valid!')]
192192
];
193193
}
194+
195+
/**
196+
* @inheritdoc
197+
*/
198+
protected function tearDown()
199+
{
200+
restore_error_handler();
201+
}
194202
}

0 commit comments

Comments
 (0)