mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
Fix failing test.
Paths changed. The Lib directory shouldn't be in the view paths.
This commit is contained in:
parent
01b45cc246
commit
e8d3d7ce38
1 changed files with 0 additions and 1 deletions
|
@ -403,7 +403,6 @@ class ViewTest extends CakeTestCase {
|
||||||
$expected = array(
|
$expected = array(
|
||||||
CAKE . 'Test' . DS . 'test_app' . DS . 'View' . DS . 'Plugin' . DS . 'TestPlugin' . DS,
|
CAKE . 'Test' . DS . 'test_app' . DS . 'View' . DS . 'Plugin' . DS . 'TestPlugin' . DS,
|
||||||
$pluginPath . 'View' . DS,
|
$pluginPath . 'View' . DS,
|
||||||
$pluginPath . 'Lib' . DS . 'View' . DS,
|
|
||||||
CAKE . 'Test' . DS . 'test_app' . DS . 'View' . DS,
|
CAKE . 'Test' . DS . 'test_app' . DS . 'View' . DS,
|
||||||
CAKE . 'View' . DS
|
CAKE . 'View' . DS
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue