aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2013-04-12 01:10:09 +0200
committerJoas Schilling <nickvergessen@gmx.de>2013-04-12 01:10:09 +0200
commit56bcf7497e6b866d67d8c7e2f8b679d2190639a7 (patch)
treeeadc80d40f4829a52c4d12f1933aeda42058b06c /tests
parent08e7bd6166f28b106be28d6eb947ed950bedeaa1 (diff)
downloadforums-56bcf7497e6b866d67d8c7e2f8b679d2190639a7.tar
forums-56bcf7497e6b866d67d8c7e2f8b679d2190639a7.tar.gz
forums-56bcf7497e6b866d67d8c7e2f8b679d2190639a7.tar.bz2
forums-56bcf7497e6b866d67d8c7e2f8b679d2190639a7.tar.xz
forums-56bcf7497e6b866d67d8c7e2f8b679d2190639a7.zip
[ticket/11491] Fix path to the ext/ folder
PHPBB3-11491
Diffstat (limited to 'tests')
-rw-r--r--tests/functional/extension_acp_test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/extension_acp_test.php b/tests/functional/extension_acp_test.php
index 399af2b452..4dab5ecf82 100644
--- a/tests/functional/extension_acp_test.php
+++ b/tests/functional/extension_acp_test.php
@@ -34,7 +34,7 @@ class phpbb_functional_extension_acp_test extends phpbb_functional_test_case
self::$helper->empty_dir($phpbb_root_path . 'ext/');
// 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()