mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/11550] Specify a valid path so it's clearer that it must be a path
PHPBB3-11550
This commit is contained in:
parent
68d15f0f14
commit
007cd61776
2 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ class phpbb_functional_extension_acp_test extends phpbb_functional_test_case
|
|||
static private $helper;
|
||||
|
||||
static protected $fixtures = array(
|
||||
'',
|
||||
'./',
|
||||
);
|
||||
|
||||
static public function setUpBeforeClass()
|
||||
|
|
|
@ -20,7 +20,7 @@ class phpbb_functional_extension_module_test extends phpbb_functional_test_case
|
|||
static private $helper;
|
||||
|
||||
static protected $fixtures = array(
|
||||
'',
|
||||
'./',
|
||||
);
|
||||
|
||||
static public function setUpBeforeClass()
|
||||
|
|
Loading…
Add table
Reference in a new issue