Adding containable to the AllBehaviors test as it now runs.

This commit is contained in:
mark_story 2010-12-12 17:40:41 -05:00
parent 3c69d9b138
commit ce2e6053e4

View file

@ -39,7 +39,7 @@ class AllBehaviorsTest extends PHPUnit_Framework_TestSuite {
$suite->addTestFile(CORE_TEST_CASES . DS . 'libs' . DS . 'model' . DS . 'behavior_collection.test.php'); $suite->addTestFile(CORE_TEST_CASES . DS . 'libs' . DS . 'model' . DS . 'behavior_collection.test.php');
$suite->addTestFile($path . 'acl.test.php'); $suite->addTestFile($path . 'acl.test.php');
// $suite->addTestFile($path . 'containable.test.php'); $suite->addTestFile($path . 'containable.test.php');
$suite->addTestFile($path . 'translate.test.php'); $suite->addTestFile($path . 'translate.test.php');
$suite->addTestFile($path . 'tree.test.php'); $suite->addTestFile($path . 'tree.test.php');
return $suite; return $suite;