Skip to content

Commit d5223ce

Browse files
committed
Remove registering the removed error handler
1 parent a57aa37 commit d5223ce

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

bootstrap/bootstrap.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,6 @@
1212
}
1313

1414
use Doctrine\Common\Annotations\AnnotationRegistry;
15-
use Symfony\Cmf\Component\Testing\ErrorHandler\DeprecationErrorHandler;
16-
17-
if (class_exists('PHPUnit_Util_ErrorHandler')) {
18-
DeprecationErrorHandler::register();
19-
}
2015

2116
AnnotationRegistry::registerLoader(function($class) use ($loader) {
2217
$loader->loadClass($class);

0 commit comments

Comments
 (0)