We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f77cbb3 + 640a742 commit 66a2c46Copy full SHA for 66a2c46
Tests/Generator/Dumper/CompiledUrlGeneratorDumperTest.php
@@ -37,8 +37,8 @@ protected function setUp(): void
37
38
$this->routeCollection = new RouteCollection();
39
$this->generatorDumper = new CompiledUrlGeneratorDumper($this->routeCollection);
40
- $this->testTmpFilepath = sys_get_temp_dir().'/php_generator.'.$this->getName().'.php';
41
- $this->largeTestTmpFilepath = sys_get_temp_dir().'/php_generator.'.$this->getName().'.large.php';
+ $this->testTmpFilepath = sys_get_temp_dir().'/php_generator.php';
+ $this->largeTestTmpFilepath = sys_get_temp_dir().'/php_generator.large.php';
42
@unlink($this->testTmpFilepath);
43
@unlink($this->largeTestTmpFilepath);
44
}
0 commit comments