|
|
@@ -19,7 +19,7 @@
|
|
|
App::uses('Dispatcher', 'Routing');
|
|
|
|
|
|
if (!class_exists('AppController', false)) {
|
|
|
- require_once CAKE . 'Controller' . DS . 'AppController.php';
|
|
|
+ require_once CAKE . 'Test' . DS . 'test_app' . DS . 'Controller' . DS . 'AppController.php';
|
|
|
} elseif (!defined('APP_CONTROLLER_EXISTS')){
|
|
|
define('APP_CONTROLLER_EXISTS', true);
|
|
|
}
|
|
|
@@ -1206,7 +1206,7 @@ class DispatcherTest extends CakeTestCase {
|
|
|
public static function assetProvider() {
|
|
|
return array(
|
|
|
array(
|
|
|
- 'theme/test_theme/flash/theme_test.swf',
|
|
|
+ 'theme/test_theme/flash/theme_test.swf',
|
|
|
'View/Themed/TestTheme/webroot/flash/theme_test.swf'
|
|
|
),
|
|
|
array(
|
|
|
@@ -1369,7 +1369,7 @@ class DispatcherTest extends CakeTestCase {
|
|
|
array('test_cached_pages/themed'),
|
|
|
);
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
/**
|
|
|
* testFullPageCachingDispatch method
|
|
|
*
|