Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
oxcom committed Oct 11, 2018
1 parent f561dea commit 48e8f36
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ public function testParameters()
$defaultErrorMask = E_ERROR | E_WARNING | E_PARSE | E_CORE_ERROR | E_USER_ERROR | E_RECOVERABLE_ERROR;

$exclude = Configuration::$exclude;
$exclude[] = '\Symfony\Component\Debug\Exception\FatalErrorException';
$exclude[] = '\SymfonyRollbarBundle\Tests\Fixtures\MyAwesomeException';
$exclude[] = '\ParseError';
$exclude[] = '\Symfony\Component\HttpKernel\Exception\HttpExceptionInterface';
Expand Down

0 comments on commit 48e8f36

Please sign in to comment.