aboutsummaryrefslogtreecommitdiffstats
path: root/tests/functional/extension_module_test.php
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2013-06-11 11:37:28 +0200
committerJoas Schilling <nickvergessen@gmx.de>2013-06-11 11:37:28 +0200
commit007cd6177630c3f70521be130a18f0139b58c184 (patch)
treec7b0f1182eeeaba9cfd5b77c9fe36335dd25f967 /tests/functional/extension_module_test.php
parent68d15f0f14dfdc827e1169a73c194a9e30795605 (diff)
downloadforums-007cd6177630c3f70521be130a18f0139b58c184.tar
forums-007cd6177630c3f70521be130a18f0139b58c184.tar.gz
forums-007cd6177630c3f70521be130a18f0139b58c184.tar.bz2
forums-007cd6177630c3f70521be130a18f0139b58c184.tar.xz
forums-007cd6177630c3f70521be130a18f0139b58c184.zip
[ticket/11550] Specify a valid path so it's clearer that it must be a path
PHPBB3-11550
Diffstat (limited to 'tests/functional/extension_module_test.php')
-rw-r--r--tests/functional/extension_module_test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/extension_module_test.php b/tests/functional/extension_module_test.php
index 12113bedac..c573ea5410 100644
--- a/tests/functional/extension_module_test.php
+++ b/tests/functional/extension_module_test.php
@@ -20,7 +20,7 @@ class phpbb_functional_extension_module_test extends phpbb_functional_test_case
static private $helper;
static protected $fixtures = array(
- '',
+ './',
);
static public function setUpBeforeClass()