1
0
mirror of synced 2025-01-17 22:11:41 +03:00

* Removing unneeded echo from Ticket330TestCase

* Adding above mentioned test case to the test script
This commit is contained in:
pookey 2007-06-13 07:43:24 +00:00
parent 800765e991
commit afda33da13
2 changed files with 4 additions and 2 deletions

View File

@ -99,7 +99,5 @@ class Doctrine_Ticket330_TestCase extends Doctrine_UnitTestCase
$this->assertEqual($this->dbh->count(), $prevCount);
echo $this->dbh->count()."\n\n";
}
}

View File

@ -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());