1
0
mirror of synced 2025-01-31 04:21:44 +03:00

Added new test case

This commit is contained in:
Jonathan.Wage 2007-06-29 19:23:19 +00:00
parent 4b6a537c29
commit 96c1f16c5e

View File

@ -311,8 +311,13 @@ $test->addTestCase(new Doctrine_Record_ZeroValues_TestCase());
$test->addTestCase(new Doctrine_Query_Cache_TestCase());
$test->addTestCase(new Doctrine_Cache_Apc_TestCase());
$test->addTestCase(new Doctrine_Cache_Memcache_TestCase());
$test->addTestCase(new Doctrine_Cache_Sqlite_TestCase());
$test->addTestCase(new Doctrine_Record_SaveBlankRecord_TestCase());
/**
$test->addTestCase(new Doctrine_Template_TestCase());
*/