8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32db92e commit d8ba2cdCopy full SHA for d8ba2cd
src/Symfony/Component/DependencyInjection/Tests/ParameterBag/ContainerBagTest.php
@@ -26,7 +26,7 @@ class ContainerBagTest extends TestCase
26
/** @var ContainerBag */
27
private $containerBag;
28
29
- public function setUp()
+ protected function setUp()
30
{
31
$this->parameterBag = new ParameterBag(array('foo' => 'value'));
32
$this->containerBag = new ContainerBag(new Container($this->parameterBag));
0 commit comments