This commit is contained in:
parent
1b891324c9
commit
95f539567d
@ -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());
|
||||
|
Loading…
x
Reference in New Issue
Block a user