Added mysql subquery test case
This commit is contained in:
parent
2e6c45f36b
commit
1ea58b8392
1 changed files with 5 additions and 1 deletions
|
@ -302,7 +302,11 @@ $test->addTestCase(new Doctrine_Query_MultipleAggregateValue_TestCase());
|
|||
|
||||
$test->addTestCase(new Doctrine_Query_TestCase());
|
||||
|
||||
$test->addTestCase(new Doctrine_Ticket364_TestCase()); /** */
|
||||
$test->addTestCase(new Doctrine_Ticket364_TestCase());
|
||||
|
||||
$test->addTestCase(new Doctrine_Query_MysqlSubquery_TestCase());
|
||||
|
||||
/** */
|
||||
//$test->addTestCase(new Doctrine_IntegrityAction_TestCase());
|
||||
|
||||
//$test->addTestCase(new Doctrine_AuditLog_TestCase());
|
||||
|
|
Loading…
Add table
Reference in a new issue