Skip to content

Commit 2e0ac88

Browse files
Fix various warnings across components test suite
1 parent 5485974 commit 2e0ac88

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Tests/Generator/Dumper/CompiledUrlGeneratorDumperTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,12 @@ protected function tearDown(): void
6363
parent::tearDown();
6464

6565
@unlink($this->testTmpFilepath);
66+
@unlink($this->largeTestTmpFilepath);
6667

6768
$this->routeCollection = null;
6869
$this->generatorDumper = null;
6970
$this->testTmpFilepath = null;
71+
$this->largeTestTmpFilepath = null;
7072
}
7173

7274
public function testDumpWithRoutes()

0 commit comments

Comments
 (0)