mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
fixing path in folder test
This commit is contained in:
parent
4583873379
commit
5055ce3049
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@ class FolderTest extends CakeTestCase {
|
|||
function testChmod() {
|
||||
$this->skipIf(DIRECTORY_SEPARATOR === '\\', '%s Folder permissions tests not supported on Windows');
|
||||
|
||||
$path = TEST_CAKE_CORE_INCLUDE_PATH . 'console' . DS . 'libs' . DS . 'templates' . DS . 'skel';
|
||||
$path = TEST_CAKE_CORE_INCLUDE_PATH . 'console' . DS . 'templates' . DS . 'skel';
|
||||
$Folder =& new Folder($path);
|
||||
|
||||
$subdir = 'test_folder_new';
|
||||
|
|
Loading…
Reference in a new issue