[ticket/12657] Fix name temporary directory used by test file

PHPBB3-12657
This commit is contained in:
LEZY Thomas 2014-06-04 17:08:57 +02:00 committed by Tristan Darricau
parent 4a76763a8a
commit 6e4348b0ea

View file

@ -27,7 +27,7 @@ class phpbb_console_command_cache_purge_test extends phpbb_database_test_case
public function __construct() public function __construct()
{ {
$this->cache_dir = dirname(__FILE__) . 'tmp/cache/'; $this->cache_dir = dirname(__FILE__) . '/tmp/cache/';
} }
public function getDataSet() public function getDataSet()