mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 11:06:15 +00:00
Removing class_exists() check as the class is now lazy loaded.
This commit is contained in:
parent
6c87a026b6
commit
1a52442057
1 changed files with 0 additions and 1 deletions
|
@ -1729,7 +1729,6 @@ class DispatcherTest extends CakeTestCase {
|
|||
$result = $Dispatcher->dispatch($url, array('return' => 1));
|
||||
$this->assertTrue(class_exists('TestsController'));
|
||||
$this->assertTrue(class_exists('TestPluginAppController'));
|
||||
$this->assertTrue(class_exists('OtherComponentComponent'));
|
||||
$this->assertTrue(class_exists('PluginsComponentComponent'));
|
||||
|
||||
$this->assertEqual($result->params['controller'], 'tests');
|
||||
|
|
Loading…
Add table
Reference in a new issue