Skip to content

Commit 48e8f36

Browse files
author
oxcom
committed
update tests
1 parent f561dea commit 48e8f36

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Tests/SymfonyRollbarBundle/DependencyInjection/ConfigurationTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ public function testParameters()
2222
$defaultErrorMask = E_ERROR | E_WARNING | E_PARSE | E_CORE_ERROR | E_USER_ERROR | E_RECOVERABLE_ERROR;
2323

2424
$exclude = Configuration::$exclude;
25+
$exclude[] = '\Symfony\Component\Debug\Exception\FatalErrorException';
2526
$exclude[] = '\SymfonyRollbarBundle\Tests\Fixtures\MyAwesomeException';
2627
$exclude[] = '\ParseError';
2728
$exclude[] = '\Symfony\Component\HttpKernel\Exception\HttpExceptionInterface';

0 commit comments

Comments
 (0)