1
0
Fork 0
mirror of synced 2025-04-02 12:56:16 +03:00

Added mysql subquery test case

This commit is contained in:
Jonathan.Wage 2007-06-27 16:47:06 +00:00
parent 2e6c45f36b
commit 1ea58b8392

View file

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