diff options
author | LEZY Thomas <thomas.lezy@ensimag.grenoble-inp.fr> | 2014-06-04 17:08:57 +0200 |
---|---|---|
committer | Tristan Darricau <github@nicofuma.fr> | 2014-09-19 11:09:30 +0200 |
commit | 6e4348b0ea5b8aa0b6311c0d4482d5452e00d2cc (patch) | |
tree | aadc69720a96a22212a14d03a330a7dc603e325e /tests/console/cache/purge_test.php | |
parent | 4a76763a8a404a04f141825f572ff65620f400c4 (diff) | |
download | forums-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/cache/purge_test.php')
-rw-r--r-- | tests/console/cache/purge_test.php | 2 |
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() |