Skip to content

Commit 39f7d33

Browse files
Merge pull request liip#493 from fizzka/patch-1
make tearDown declaration phpunit8 compatible
2 parents 36bddbd + 204f626 commit 39f7d33

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Test/WebTestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@ public function setExcludedDoctrineTables(array $excludedDoctrineTables): void
553553
$this->excludedDoctrineTables = $excludedDoctrineTables;
554554
}
555555

556-
protected function tearDown()
556+
protected function tearDown(): void
557557
{
558558
if (null !== $this->containers) {
559559
foreach ($this->containers as $container) {

0 commit comments

Comments
 (0)