This commit is contained in:
parent
ed64914bda
commit
2c99d8e497
@ -309,7 +309,6 @@ $test->addTestCase(new Doctrine_Template_TestCase());
|
|||||||
|
|
||||||
//$test->addTestCase(new Doctrine_Import_Builder_TestCase());
|
//$test->addTestCase(new Doctrine_Import_Builder_TestCase());
|
||||||
|
|
||||||
//$test->addTestCase(new Doctrine_Search_TestCase());
|
|
||||||
|
|
||||||
//$test->addTestCase(new Doctrine_IntegrityAction_TestCase());
|
//$test->addTestCase(new Doctrine_IntegrityAction_TestCase());
|
||||||
|
|
||||||
@ -317,6 +316,13 @@ $test->addTestCase(new Doctrine_Template_TestCase());
|
|||||||
|
|
||||||
$test->addTestCase(new Doctrine_NestedSet_SingleRoot_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 tests
|
||||||
$cache = new GroupTest('Cache tests');
|
$cache = new GroupTest('Cache tests');
|
||||||
$cache->addTestCase(new Doctrine_Query_Cache_TestCase());
|
$cache->addTestCase(new Doctrine_Query_Cache_TestCase());
|
||||||
|
Loading…
Reference in New Issue
Block a user