Skip to content

Commit 519cbd1

Browse files
luispabonnicolas-grekas
authored andcommitted
Ensure signatures for setUp|tearDown|setUpAfterClass|tearDownAfterClass methods in tests are compatible with phpunit 8.2
1 parent 489c16a commit 519cbd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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-
protected function setUp()
29+
protected function setUp(): void
3030
{
3131
$this->parameterBag = new ParameterBag(['foo' => 'value']);
3232
$this->containerBag = new ContainerBag(new Container($this->parameterBag));

0 commit comments

Comments
 (0)