Remove 5.3 build & debug info

This commit is contained in:
Thibaud Fabre
2014-10-30 13:41:17 +01:00
parent fead6f3223
commit 053a25f335
-6
View File
@@ -17,9 +17,3 @@ $loader = include realpath(dirname(__FILE__) . '/../vendor/autoload.php');
$loader->add("Doctrine\Tests\DBAL", __DIR__."/../vendor/doctrine/dbal/tests");
$loader->addPsr4('Rhumsaa\\Uuid\\', __DIR__);
register_shutdown_function(function() {
if ($error = error_get_last()) {
var_dump($error);
}
});