We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f561dea commit 48e8f36Copy full SHA for 48e8f36
Tests/SymfonyRollbarBundle/DependencyInjection/ConfigurationTest.php
@@ -22,6 +22,7 @@ public function testParameters()
22
$defaultErrorMask = E_ERROR | E_WARNING | E_PARSE | E_CORE_ERROR | E_USER_ERROR | E_RECOVERABLE_ERROR;
23
24
$exclude = Configuration::$exclude;
25
+ $exclude[] = '\Symfony\Component\Debug\Exception\FatalErrorException';
26
$exclude[] = '\SymfonyRollbarBundle\Tests\Fixtures\MyAwesomeException';
27
$exclude[] = '\ParseError';
28
$exclude[] = '\Symfony\Component\HttpKernel\Exception\HttpExceptionInterface';
0 commit comments