diff --git a/src/Symfony/Bundle/FrameworkBundle/Client.php b/src/Symfony/Bundle/FrameworkBundle/Client.php index a3e5d5184e..4f569131ad 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Client.php +++ b/src/Symfony/Bundle/FrameworkBundle/Client.php @@ -160,9 +160,13 @@ class Client extends BaseClient $profilerCode = '$kernel->getContainer()->get(\'profiler\')->enable();'; } + $errorReporting = error_reporting(); + $code = <<getFileName()); $symfonyPath = str_replace("'", "\\'", realpath(__DIR__.'/../../..')); + $errorReporting = error_reporting(); $code = <<