Commit 01772f9b authored by zYne's avatar zYne

--no commit message

--no commit message
parent fd54aae0
...@@ -72,7 +72,7 @@ $test = new GroupTest('Doctrine Framework Unit Tests'); ...@@ -72,7 +72,7 @@ $test = new GroupTest('Doctrine Framework Unit Tests');
$test->addTestCase(new Doctrine_Ticket330_TestCase()); $test->addTestCase(new Doctrine_Ticket330_TestCase());
*/ */
/** */
// Connection drivers (not yet fully tested) // Connection drivers (not yet fully tested)
$test->addTestCase(new Doctrine_Connection_Pgsql_TestCase()); $test->addTestCase(new Doctrine_Connection_Pgsql_TestCase());
$test->addTestCase(new Doctrine_Connection_Oracle_TestCase()); $test->addTestCase(new Doctrine_Connection_Oracle_TestCase());
...@@ -160,7 +160,6 @@ $test->addTestCase(new Doctrine_Table_TestCase()); ...@@ -160,7 +160,6 @@ $test->addTestCase(new Doctrine_Table_TestCase());
$test->addTestCase(new Doctrine_UnitOfWork_TestCase()); $test->addTestCase(new Doctrine_UnitOfWork_TestCase());
$test->addTestCase(new Doctrine_Connection_Transaction_TestCase());
//$test->addTestCase(new Doctrine_Collection_TestCase()); //$test->addTestCase(new Doctrine_Collection_TestCase());
// Relation handling // Relation handling
...@@ -257,7 +256,6 @@ $test->addTestCase(new Doctrine_Record_TestCase()); ...@@ -257,7 +256,6 @@ $test->addTestCase(new Doctrine_Record_TestCase());
$test->addTestCase(new Doctrine_Query_Having_TestCase()); $test->addTestCase(new Doctrine_Query_Having_TestCase());
$test->addTestCase(new Doctrine_RawSql_TestCase()); $test->addTestCase(new Doctrine_RawSql_TestCase());
$test->addTestCase(new Doctrine_Query_Orderby_TestCase()); $test->addTestCase(new Doctrine_Query_Orderby_TestCase());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment