Skip to content

Commit

Permalink
Fixing DispatcherTest broken by previous commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Nov 12, 2011
1 parent f2a5811 commit 1c19ead
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/Cake/Test/Case/Routing/DispatcherTest.php
Expand Up @@ -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);
}
Expand Down Expand Up @@ -1206,7 +1206,7 @@ public function testAssets() {
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(
Expand Down Expand Up @@ -1369,7 +1369,7 @@ public static function cacheActionProvider() {
array('test_cached_pages/themed'),
);
}

/**
* testFullPageCachingDispatch method
*
Expand Down

0 comments on commit 1c19ead

Please sign in to comment.