File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -45,17 +45,13 @@ protected function setUp()
45
45
* Call this method from within your test after you have (optionally) modified the ContainerBuilder for this test
46
46
* ($this->container).
47
47
*
48
- * If your extension(s) implements \Symfony\Component\DependencyInjection\Extension\PrependExtensionInterface, you may
49
- * set $withPrependInvocation to TRUE to invoke prepend() method prior to load() method of your extension.
50
- *
51
48
* @param array $configurationValues
52
49
*/
53
50
protected function load (array $ configurationValues = array ())
54
51
{
55
52
$ configs = array ($ this ->getMinimalConfiguration (), $ configurationValues );
56
53
57
54
foreach ($ this ->container ->getExtensions () as $ extension ) {
58
-
59
55
if ($ extension instanceof PrependExtensionInterface) {
60
56
$ extension ->prepend ($ this ->container );
61
57
}
You can’t perform that action at this time.
0 commit comments