mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 09:06:17 +00:00
Merge remote branch 'origin/1.3' into 1.3
This commit is contained in:
commit
71dbd9bd32
1 changed files with 3 additions and 1 deletions
|
@ -2115,7 +2115,9 @@ class DispatcherTest extends CakeTestCase {
|
||||||
$_SERVER['PHP_SELF'] = '/';
|
$_SERVER['PHP_SELF'] = '/';
|
||||||
|
|
||||||
Router::reload();
|
Router::reload();
|
||||||
Configure::write('viewPaths', array(TEST_CAKE_CORE_INCLUDE_PATH . 'tests' . DS . 'test_app' . DS . 'views'. DS));
|
App::build(array(
|
||||||
|
'views' => array(TEST_CAKE_CORE_INCLUDE_PATH . 'tests' . DS . 'test_app' . DS . 'views'. DS)
|
||||||
|
));
|
||||||
|
|
||||||
$dispatcher =& new Dispatcher();
|
$dispatcher =& new Dispatcher();
|
||||||
$dispatcher->base = false;
|
$dispatcher->base = false;
|
||||||
|
|
Loading…
Add table
Reference in a new issue