Skip to content

Commit 434ed11

Browse files
authored
Removed outdated comment for AbstractExtensionTestCase::load method
1 parent eb00509 commit 434ed11

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

PhpUnit/AbstractExtensionTestCase.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)