8000 fixed usage of setUp in tests · symfony/symfony@d8ba2cd · GitHub
[go: up one dir, main page]

Skip to content

Commit d8ba2cd

Browse files
committed
fixed usage of setUp in tests
1 parent 32db92e commit d8ba2cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/DependencyInjection/Tests/ParameterBag/ContainerBagTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class ContainerBagTest extends TestCase
2626
/** @var ContainerBag */
2727
private $containerBag;
2828

29-
public function setUp()
29+
protected function setUp()
3030
{
3131
$this->parameterBag = new ParameterBag(array('foo' => 'value'));
3232
$this->containerBag = new ContainerBag(new Container($this->parameterBag));

0 commit comments

Comments
 (0)
0