From 6e4348b0ea5b8aa0b6311c0d4482d5452e00d2cc Mon Sep 17 00:00:00 2001 From: LEZY Thomas Date: Wed, 4 Jun 2014 17:08:57 +0200 Subject: [ticket/12657] Fix name temporary directory used by test file PHPBB3-12657 --- tests/console/cache/purge_test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/console') 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() -- cgit v1.2.1