mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/12657] Fix name temporary directory used by test file
PHPBB3-12657
This commit is contained in:
parent
4a76763a8a
commit
6e4348b0ea
1 changed files with 1 additions and 1 deletions
2
tests/console/cache/purge_test.php
vendored
2
tests/console/cache/purge_test.php
vendored
|
@ -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()
|
||||
|
|
Loading…
Add table
Reference in a new issue