mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 00:48:25 +00:00
Adding containable to the AllBehaviors test as it now runs.
This commit is contained in:
parent
3c69d9b138
commit
ce2e6053e4
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue