mirror of
https://github.com/pestphp/pest.git
synced 2026-04-25 16:37:27 +02:00
feat: reworks evalution of Test Case
This commit is contained in:
@ -16,6 +16,8 @@ final class BootExceptionHandler
|
||||
*/
|
||||
public function __invoke(): void
|
||||
{
|
||||
(new Collision\Provider())->register();
|
||||
$handler = new Collision\Provider();
|
||||
|
||||
$handler->register();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user