From 053a25f335f8e2ee0fb3cb0b9a84a631fd1f0047 Mon Sep 17 00:00:00 2001 From: Thibaud Fabre Date: Thu, 30 Oct 2014 13:41:17 +0100 Subject: [PATCH] Remove 5.3 build & debug info --- tests/bootstrap.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tests/bootstrap.php b/tests/bootstrap.php index 7c57d53..50e981f 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -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); - } -});