This commit is contained in:
parent
fd54aae035
commit
01772f9b9e
@ -72,7 +72,7 @@ $test = new GroupTest('Doctrine Framework Unit Tests');
|
||||
|
||||
$test->addTestCase(new Doctrine_Ticket330_TestCase());
|
||||
*/
|
||||
/** */
|
||||
|
||||
// Connection drivers (not yet fully tested)
|
||||
$test->addTestCase(new Doctrine_Connection_Pgsql_TestCase());
|
||||
$test->addTestCase(new Doctrine_Connection_Oracle_TestCase());
|
||||
@ -160,7 +160,6 @@ $test->addTestCase(new Doctrine_Table_TestCase());
|
||||
|
||||
|
||||
$test->addTestCase(new Doctrine_UnitOfWork_TestCase());
|
||||
$test->addTestCase(new Doctrine_Connection_Transaction_TestCase());
|
||||
|
||||
//$test->addTestCase(new Doctrine_Collection_TestCase());
|
||||
// Relation handling
|
||||
@ -257,7 +256,6 @@ $test->addTestCase(new Doctrine_Record_TestCase());
|
||||
|
||||
$test->addTestCase(new Doctrine_Query_Having_TestCase());
|
||||
|
||||
|
||||
$test->addTestCase(new Doctrine_RawSql_TestCase());
|
||||
|
||||
$test->addTestCase(new Doctrine_Query_Orderby_TestCase());
|
||||
|
Loading…
x
Reference in New Issue
Block a user