aboutsummaryrefslogtreecommitdiffstats
path: root/tests/functional/extension_acp_test.php
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2013-06-09 17:40:33 +0200
committerJoas Schilling <nickvergessen@gmx.de>2013-06-09 17:40:33 +0200
commit0b3f18208354aabc5b9c8901c2950e9626c3e5f3 (patch)
tree90f3c98f461d81c8128592936459545949237231 /tests/functional/extension_acp_test.php
parent7546c3a7a76a7293b3c1524097098f3f19c39666 (diff)
downloadforums-0b3f18208354aabc5b9c8901c2950e9626c3e5f3.tar
forums-0b3f18208354aabc5b9c8901c2950e9626c3e5f3.tar.gz
forums-0b3f18208354aabc5b9c8901c2950e9626c3e5f3.tar.bz2
forums-0b3f18208354aabc5b9c8901c2950e9626c3e5f3.tar.xz
forums-0b3f18208354aabc5b9c8901c2950e9626c3e5f3.zip
[ticket/11550] We use a different fixture set for extension_acp_test.php
PHPBB3-11550
Diffstat (limited to 'tests/functional/extension_acp_test.php')
-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 ada17397d7..5f8e3762a6 100644
--- a/tests/functional/extension_acp_test.php
+++ b/tests/functional/extension_acp_test.php
@@ -27,7 +27,7 @@ class phpbb_functional_extension_acp_test extends phpbb_functional_test_case
parent::setUpBeforeClass();
self::$helper = new phpbb_test_case_helpers(self);
- self::$helper->copy_ext_fixtures(dirname(__FILE__) . '/fixtures/ext/', self::$fixtures);
+ self::$helper->copy_ext_fixtures(dirname(__FILE__) . '/../extension/ext/', self::$fixtures);
}
/**