aboutsummaryrefslogtreecommitdiffstats
path: root/tests/console
diff options
context:
space:
mode:
authorLEZY Thomas <thomas.lezy@ensimag.grenoble-inp.fr>2014-06-04 17:08:57 +0200
committerTristan Darricau <github@nicofuma.fr>2014-09-19 11:09:30 +0200
commit6e4348b0ea5b8aa0b6311c0d4482d5452e00d2cc (patch)
treeaadc69720a96a22212a14d03a330a7dc603e325e /tests/console
parent4a76763a8a404a04f141825f572ff65620f400c4 (diff)
downloadforums-6e4348b0ea5b8aa0b6311c0d4482d5452e00d2cc.tar
forums-6e4348b0ea5b8aa0b6311c0d4482d5452e00d2cc.tar.gz
forums-6e4348b0ea5b8aa0b6311c0d4482d5452e00d2cc.tar.bz2
forums-6e4348b0ea5b8aa0b6311c0d4482d5452e00d2cc.tar.xz
forums-6e4348b0ea5b8aa0b6311c0d4482d5452e00d2cc.zip
[ticket/12657] Fix name temporary directory used by test file
PHPBB3-12657
Diffstat (limited to 'tests/console')
-rw-r--r--tests/console/cache/purge_test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/console/cache/purge_test.php b/tests/console/cache/purge_test.php
index 7fc9c97ca9..6c1fb50b22 100644
--- a/tests/console/cache/purge_test.php
+++ b/tests/console/cache/purge_test.php
@@ -27,7 +27,7 @@ class phpbb_console_command_cache_purge_test extends phpbb_database_test_case
public function __construct()
{
- $this->cache_dir = dirname(__FILE__) . 'tmp/cache/';
+ $this->cache_dir = dirname(__FILE__) . '/tmp/cache/';
}
public function getDataSet()