mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-11 22:08:54 +00:00
[ticket/11550] Fixtures should only be directories not files
PHPBB3-11550
This commit is contained in:
parent
a61ab1e5e4
commit
7546c3a7a7
1 changed files with 3 additions and 4 deletions
|
@ -18,10 +18,9 @@ class phpbb_functional_extension_controller_test extends phpbb_functional_test_c
|
||||||
static private $helper;
|
static private $helper;
|
||||||
|
|
||||||
static protected $fixtures = array(
|
static protected $fixtures = array(
|
||||||
'foo/bar/config/routing.yml',
|
'foo/bar/config/',
|
||||||
'foo/bar/config/services.yml',
|
'foo/bar/controller/',
|
||||||
'foo/bar/controller/controller.php',
|
'foo/bar/styles/prosilver/template/',
|
||||||
'foo/bar/styles/prosilver/template/foo_bar_body.html',
|
|
||||||
);
|
);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue