* Removing unneeded echo from Ticket330TestCase
* Adding above mentioned test case to the test script
This commit is contained in:
parent
800765e991
commit
afda33da13
@ -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());
|
||||
|
Loading…
x
Reference in New Issue
Block a user