Skip to content

Commit 66ae7a2

Browse files
committed
test(symfony): disable symfony error handling by default
1 parent 05629a1 commit 66ae7a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/Symfony/Bundle/DependencyInjection/ConfigurationTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,7 @@ private function runDefaultConfigTests(array $doctrineIntegrationsToLoad = ['orm
226226
],
227227
'keep_legacy_inflector' => true,
228228
'event_listeners_backward_compatibility_layer' => true,
229+
'handle_symfony_errors' => false,
229230
], $config);
230231
}
231232

0 commit comments

Comments
 (0)