From 95f539567d4c0aa34940e18fe752e0f177a85720 Mon Sep 17 00:00:00 2001 From: zYne Date: Tue, 29 May 2007 18:41:54 +0000 Subject: [PATCH] --- tests/run.php | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/tests/run.php b/tests/run.php index 8729c8a84..61e79564e 100644 --- a/tests/run.php +++ b/tests/run.php @@ -138,7 +138,7 @@ $test->addTestCase(new Doctrine_Expression_Oracle_TestCase()); $test->addTestCase(new Doctrine_Expression_Sqlite_TestCase()); // Core - */ + $test->addTestCase(new Doctrine_Access_TestCase()); //$test->addTestCase(new Doctrine_Configurable_TestCase()); @@ -159,7 +159,7 @@ $test->addTestCase(new Doctrine_Relation_TestCase()); //$test->addTestCase(new Doctrine_Relation_Access_TestCase()); //$test->addTestCase(new Doctrine_Relation_ManyToMany_TestCase()); $test->addTestCase(new Doctrine_Relation_OneToOne_TestCase()); -$test->addTestCase(new Doctrine_Relation_Parser_TestCase()); +//$test->addTestCase(new Doctrine_Relation_Parser_TestCase()); // Datatypes $test->addTestCase(new Doctrine_Enum_TestCase()); @@ -249,17 +249,20 @@ $test->addTestCase(new Doctrine_Query_Select_TestCase()); $test->addTestCase(new Doctrine_Query_From_TestCase()); $test->addTestCase(new Doctrine_NewCore_TestCase()); -$test->addTestCase(new Doctrine_Tokenizer_TestCase()); - -$test->addTestCase(new Doctrine_Collection_Snapshot_TestCase()); - // Record $test->addTestCase(new Doctrine_Record_TestCase()); $test->addTestCase(new Doctrine_Record_State_TestCase()); +//$test->addTestCase(new Doctrine_Query_Cache_TestCase()); + +$test->addTestCase(new Doctrine_Tokenizer_TestCase()); +*/ + +$test->addTestCase(new Doctrine_Collection_Snapshot_TestCase()); + +$test->addTestCase(new Doctrine_Hydrate_FetchMode_TestCase()); -$test->addTestCase(new Doctrine_Query_Cache_TestCase()); // Cache tests //$test->addTestCase(new Doctrine_Cache_Query_SqliteTestCase()); //$test->addTestCase(new Doctrine_Cache_FileTestCase());