From d46cacf2331d5392b007708cade44307aa0514bb Mon Sep 17 00:00:00 2001 From: zYne Date: Sun, 24 Sep 2006 09:28:27 +0000 Subject: [PATCH] --- tests/run.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/run.php b/tests/run.php index c22570685..b09702da4 100644 --- a/tests/run.php +++ b/tests/run.php @@ -37,7 +37,7 @@ error_reporting(E_ALL); $test = new GroupTest("Doctrine Framework Unit Tests"); -$test->addTestCase(new Doctrine_DB_TestCase()); +//$test->addTestCase(new Doctrine_DB_TestCase()); $test->addTestCase(new Doctrine_ConnectionTestCase());