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()
4545 * Call this method from within your test after you have (optionally) modified the ContainerBuilder for this test
4646 * ($this->container).
4747 *
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- *
5148 * @param array $configurationValues
5249 */
5350 protected function load (array $ configurationValues = array ())
5451 {
5552 $ configs = array ($ this ->getMinimalConfiguration (), $ configurationValues );
5653
5754 foreach ($ this ->container ->getExtensions () as $ extension ) {
58-
5955 if ($ extension instanceof PrependExtensionInterface) {
6056 $ extension ->prepend ($ this ->container );
6157 }
You can’t perform that action at this time.
0 commit comments