[Debug] fixed minor bugs

This commit is contained in:
Fabien Potencier 2013-03-21 10:19:11 +01:00
parent daa3a3c819
commit 1ab1146761
2 changed files with 0 additions and 3 deletions

View File

@ -1,5 +1,3 @@
vendor/
composer.lock
phpunit.xml
Tests/ProjectContainer.php
Tests/classes.map

View File

@ -41,7 +41,6 @@ class Debug
static::$enabled = true;
error_reporting(-1);
ini_set('display_errors', 0);
ErrorHandler::register($errorReportingLevel);
if ('cli' !== php_sapi_name()) {