mirror of
https://github.com/pestphp/pest.git
synced 2026-03-10 09:47:23 +01:00
feat: reworks evalution of Test Case
This commit is contained in:
@ -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);
|
||||
}
|
||||
*/
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user