diff --git a/lib/Cake/tests/Case/Console/ShellDispatcherTest.php b/lib/Cake/tests/Case/Console/ShellDispatcherTest.php index 4e2f8efe4..7cb59e6e3 100644 --- a/lib/Cake/tests/Case/Console/ShellDispatcherTest.php +++ b/lib/Cake/tests/Case/Console/ShellDispatcherTest.php @@ -120,7 +120,7 @@ class ShellDispatcherTest extends CakeTestCase { LIBS . 'tests' . DS . 'test_app' . DS . 'plugins' . DS ), 'Console/Command' => array( - LIBS . 'tests' . DS . 'test_app' . DS . 'console' . DS . 'shells' . DS + LIBS . 'tests' . DS . 'test_app' . DS . 'Console' . DS . 'Command' . DS ) ), true); } diff --git a/lib/Cake/tests/Case/Core/ConfigureTest.php b/lib/Cake/tests/Case/Core/ConfigureTest.php index eacc95008..d4ed6b634 100644 --- a/lib/Cake/tests/Case/Core/ConfigureTest.php +++ b/lib/Cake/tests/Case/Core/ConfigureTest.php @@ -219,7 +219,7 @@ class ConfigureTest extends CakeTestCase { * @return void */ function testLoadNoMerge() { - Configure::config('test', new PhpReader(TEST_CAKE_CORE_INCLUDE_PATH . 'tests' . DS . 'test_app' . DS . 'config' . DS)); + Configure::config('test', new PhpReader(LIBS . 'tests' . DS . 'test_app' . DS . 'config' . DS)); $result = Configure::load('var_test', 'test'); $this->assertTrue($result);