Commit afda33da authored by pookey's avatar pookey

* Removing unneeded echo from Ticket330TestCase

  * Adding above mentioned test case to the test script
parent 800765e9
......@@ -99,7 +99,5 @@ class Doctrine_Ticket330_TestCase extends Doctrine_UnitTestCase
$this->assertEqual($this->dbh->count(), $prevCount);
echo $this->dbh->count()."\n\n";
}
}
......@@ -66,6 +66,10 @@ $test = new GroupTest('Doctrine Framework Unit Tests');
// DATABASE ABSTRACTION tests
/** */
// Temp 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());
......
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