mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/11491] Fix path to the ext/ folder
PHPBB3-11491
This commit is contained in:
parent
08e7bd6166
commit
56bcf7497e
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ class phpbb_functional_extension_acp_test extends phpbb_functional_test_case
|
||||||
self::$helper->empty_dir($phpbb_root_path . 'ext/');
|
self::$helper->empty_dir($phpbb_root_path . 'ext/');
|
||||||
|
|
||||||
// Copy our ext/ files from the test case to the board
|
// Copy our ext/ files from the test case to the board
|
||||||
self::$copied_files = array_merge(self::$copied_files, self::$helper->copy_dir(dirname(__FILE__) . '/ext/', $phpbb_root_path . 'ext/'));
|
self::$copied_files = array_merge(self::$copied_files, self::$helper->copy_dir(dirname(__FILE__) . '/../extension/ext/', $phpbb_root_path . 'ext/'));
|
||||||
}
|
}
|
||||||
|
|
||||||
public function setUp()
|
public function setUp()
|
||||||
|
|
Loading…
Add table
Reference in a new issue