Skip to content

Commit 8d06632

Browse files
committed
Show errors by default
1 parent 34d2e6a commit 8d06632

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

resources/web/app_test.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
use Symfony\Component\HttpFoundation\Request;
44

5+
ini_set('display_errors', 'On');
6+
error_reporting(E_ALL);
7+
58
$kernel = include __DIR__.'/../../bootstrap/kernel_bootstrap.php';
69
$kernel->loadClassCache();
710
$request = Request::createFromGlobals();

0 commit comments

Comments
 (0)