Skip to content

Commit 0500f93

Browse files
author
Andrii Afanasiev
committed
fix build
1 parent 8a43128 commit 0500f93

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
@@ -23,6 +23,7 @@ public function testParameters()
2323
$exclude = Configuration::$exclude;
2424
$exclude[] = '\SymfonyRollbarBundle\Tests\Fixtures\MyAwesomeException';
2525
$exclude[] = '\ParseError';
26+
$exclude[] = '\Symfony\Component\HttpKernel\Exception\HttpExceptionInterface';
2627

2728
$default = [
2829
'enable' => true,

0 commit comments

Comments
 (0)