[ticket/11550] Specify a valid path so it's clearer that it must be a path

PHPBB3-11550
This commit is contained in:
Joas Schilling 2013-06-11 11:37:28 +02:00
parent 68d15f0f14
commit 007cd61776
2 changed files with 2 additions and 2 deletions

View file

@ -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()

View file

@ -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()