From 82efe45c003d35545c01bcd2e40ee96319898ec9 Mon Sep 17 00:00:00 2001 From: romanb Date: Mon, 17 Mar 2008 13:44:18 +0000 Subject: [PATCH] fixed tests --- tests/Orm/AllTests.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/Orm/AllTests.php b/tests/Orm/AllTests.php index 198e12d34..97284c8b7 100644 --- a/tests/Orm/AllTests.php +++ b/tests/Orm/AllTests.php @@ -9,7 +9,6 @@ require_once 'lib/DoctrineTestInit.php'; require_once 'Orm/Component/AllTests.php'; require_once 'Orm/Ticket/AllTests.php'; require_once 'Orm/UnitOfWorkTestCase.php'; -require_once 'Orm/ConfigurableTestCase.php'; class Orm_AllTests { @@ -23,7 +22,7 @@ class Orm_AllTests $suite = new Doctrine_OrmTestSuite('Doctrine Orm'); $suite->addTestSuite('Orm_UnitOfWorkTestCase'); - $suite->addTestSuite('Orm_ConfigurableTestCase'); + //$suite->addTestSuite('Orm_ConfigurableTestCase'); $suite->addTest(Orm_Component_AllTests::suite()); $suite->addTest(Orm_Ticket_AllTests::suite());