mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-06-11 17:23:36 +00:00
Fixing last few errors after folder renaming
This commit is contained in:
parent
998b04d438
commit
7b8d395cb0
2 changed files with 2 additions and 2 deletions
lib/Cake/tests/Case
|
@ -120,7 +120,7 @@ class ShellDispatcherTest extends CakeTestCase {
|
||||||
LIBS . 'tests' . DS . 'test_app' . DS . 'plugins' . DS
|
LIBS . 'tests' . DS . 'test_app' . DS . 'plugins' . DS
|
||||||
),
|
),
|
||||||
'Console/Command' => array(
|
'Console/Command' => array(
|
||||||
LIBS . 'tests' . DS . 'test_app' . DS . 'console' . DS . 'shells' . DS
|
LIBS . 'tests' . DS . 'test_app' . DS . 'Console' . DS . 'Command' . DS
|
||||||
)
|
)
|
||||||
), true);
|
), true);
|
||||||
}
|
}
|
||||||
|
|
|
@ -219,7 +219,7 @@ class ConfigureTest extends CakeTestCase {
|
||||||
* @return void
|
* @return void
|
||||||
*/
|
*/
|
||||||
function testLoadNoMerge() {
|
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');
|
$result = Configure::load('var_test', 'test');
|
||||||
$this->assertTrue($result);
|
$this->assertTrue($result);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue