aboutsummaryrefslogtreecommitdiffstats
path: root/tests/functional/extension_controller_test.php
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2013-11-14 00:14:53 +0100
committerJoas Schilling <nickvergessen@gmx.de>2013-11-14 00:14:53 +0100
commit4e2bb6ef535a5188aeda6d04286b6b9bb8825c72 (patch)
tree0df2074bed162f40ed59458fc428345b7052d297 /tests/functional/extension_controller_test.php
parent009a1303f59628417573b47b162690b057594953 (diff)
downloadforums-4e2bb6ef535a5188aeda6d04286b6b9bb8825c72.tar
forums-4e2bb6ef535a5188aeda6d04286b6b9bb8825c72.tar.gz
forums-4e2bb6ef535a5188aeda6d04286b6b9bb8825c72.tar.bz2
forums-4e2bb6ef535a5188aeda6d04286b6b9bb8825c72.tar.xz
forums-4e2bb6ef535a5188aeda6d04286b6b9bb8825c72.zip
[ticket/12017] Copy config/ dir so events work
PHPBB3-12017
Diffstat (limited to 'tests/functional/extension_controller_test.php')
-rw-r--r--tests/functional/extension_controller_test.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/functional/extension_controller_test.php b/tests/functional/extension_controller_test.php
index 41bd48c204..37752b8fbb 100644
--- a/tests/functional/extension_controller_test.php
+++ b/tests/functional/extension_controller_test.php
@@ -19,6 +19,8 @@ class phpbb_functional_extension_controller_test extends phpbb_functional_test_c
static protected $fixtures = array(
'foo/bar/config/',
'foo/bar/controller/',
+ 'foo/bar/event/',
+ 'foo/bar/language/en/',
'foo/bar/styles/prosilver/template/',
);