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:
@ -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