1
0
mirror of synced 2024-12-13 14:56:01 +03:00
This commit is contained in:
zYne 2007-09-29 14:35:40 +00:00
parent ed64914bda
commit 2c99d8e497

View File

@ -309,7 +309,6 @@ $test->addTestCase(new Doctrine_Template_TestCase());
//$test->addTestCase(new Doctrine_Import_Builder_TestCase());
//$test->addTestCase(new Doctrine_Search_TestCase());
//$test->addTestCase(new Doctrine_IntegrityAction_TestCase());
@ -317,6 +316,13 @@ $test->addTestCase(new Doctrine_Template_TestCase());
$test->addTestCase(new Doctrine_NestedSet_SingleRoot_TestCase());
// Search tests
$search = new GroupTest('Search tests');
$search->addTestCase(new Doctrine_Search_TestCase());
$search->addTestCase(new Doctrine_Search_Query_TestCase());
$test->addTestCase($search);
// Cache tests
$cache = new GroupTest('Cache tests');
$cache->addTestCase(new Doctrine_Query_Cache_TestCase());