feat: reworks evalution of Test Case

This commit is contained in:
Nuno Maduro
2021-11-14 19:58:25 +00:00
parent cd34f0ba81
commit 4b213d63bd
26 changed files with 603 additions and 620 deletions

View File

@ -25,6 +25,8 @@ final class EnsureTestsAreLoaded implements LoadedSubscriber
*/
public function notify(Loaded $event): void
{
/*
$this->removeWarnings(self::$testSuite);
$testSuites = [];
@ -47,6 +49,7 @@ final class EnsureTestsAreLoaded implements LoadedSubscriber
}
self::$testSuite->addTestSuite($testTestSuite);
}
*/
}
/**