mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-23 10:01:55 +02:00
[ticket/12657] Fix name temporary directory used by test file
PHPBB3-12657
This commit is contained in:
committed by
Tristan Darricau
parent
4a76763a8a
commit
6e4348b0ea
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()
|
||||
|
Reference in New Issue
Block a user