mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 19:38:26 +00:00
Merge branch '2.1' of github.com:cakephp/cakephp into 2.1
This commit is contained in:
commit
479f305e6d
1 changed files with 0 additions and 5 deletions
|
@ -316,11 +316,6 @@ class AppTest extends CakeTestCase {
|
|||
$result = App::objects('Model/Behavior', null, false);
|
||||
$this->assertTrue(in_array('TreeBehavior', $result));
|
||||
|
||||
$result = App::objects('controller', null, false);
|
||||
$this->assertTrue(in_array('PagesController', $result));
|
||||
$result = App::objects('Controller', null, false);
|
||||
$this->assertTrue(in_array('PagesController', $result));
|
||||
|
||||
$result = App::objects('component', null, false);
|
||||
$this->assertTrue(in_array('AuthComponent', $result));
|
||||
$result = App::objects('Controller/Component', null, false);
|
||||
|
|
Loading…
Reference in a new issue