mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 14:30:32 +02:00
[ticket/11550] Fixtures should only be directories not files
PHPBB3-11550
This commit is contained in:
@@ -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',
|
|
||||||
);
|
);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user