1
0
mirror of synced 2025-02-20 14:13:15 +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());