1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-06 22:45:02 +02:00

[ticket/11582] Correctly add all required fixtures

PHPBB3-11582
This commit is contained in:
Joas Schilling 2013-07-17 17:27:15 +02:00
parent a9a6305d93
commit d6a747fbd0

View File

@ -18,6 +18,7 @@ class phpbb_functional_extension_permission_lang_test extends phpbb_functional_t
static protected $fixtures = array(
'foo/bar/language/en/',
'foo/bar/event/',
);
static public function setUpBeforeClass()