Added mysql subquery test case
This commit is contained in:
parent
2e6c45f36b
commit
1ea58b8392
@ -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…
x
Reference in New Issue
Block a user