mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 07:47:22 +01:00
reverts: change on tests repository
This commit is contained in:
@ -81,7 +81,7 @@ final class TestSuiteLoader
|
||||
(static function () use ($suiteClassFile) {
|
||||
include_once $suiteClassFile;
|
||||
|
||||
TestSuite::getInstance()->tests->sealIfNeeded($suiteClassFile);
|
||||
TestSuite::getInstance()->tests->makeIfNeeded($suiteClassFile);
|
||||
})();
|
||||
|
||||
$loadedClasses = array_values(
|
||||
|
||||
Reference in New Issue
Block a user