mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-03 15:27:42 +02:00
[ticket/11550] Specify a valid path so it's clearer that it must be a path
PHPBB3-11550
This commit is contained in:
@@ -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()
|
||||
|
Reference in New Issue
Block a user