Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit df503d5

Browse filesBrowse files
Jean-Berunicolas-grekas
authored andcommitted
[FrameworkBundle] Deprecate not setting some options
1 parent 44f8828 commit df503d5
Copy full SHA for df503d5

File tree

Expand file treeCollapse file tree

1 file changed

+2
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-0
lines changed

‎Tests/Fixtures/App/Kernel.php

Copy file name to clipboardExpand all lines: Tests/Fixtures/App/Kernel.php
+2Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ protected function configureContainer(ContainerConfigurator $container): void
5252
'test' => true,
5353
'annotations' => false,
5454
'http_method_override' => false,
55+
'handle_all_throwables' => true,
56+
'php_errors' => ['log' => true],
5557
]);
5658

5759
$container->services()

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.