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 5485974 commit 2e0ac88Copy full SHA for 2e0ac88
Tests/Generator/Dumper/CompiledUrlGeneratorDumperTest.php
@@ -63,10 +63,12 @@ protected function tearDown(): void
63
parent::tearDown();
64
65
@unlink($this->testTmpFilepath);
66
+ @unlink($this->largeTestTmpFilepath);
67
68
$this->routeCollection = null;
69
$this->generatorDumper = null;
70
$this->testTmpFilepath = null;
71
+ $this->largeTestTmpFilepath = null;
72
}
73
74
public function testDumpWithRoutes()
0 commit comments