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 7289d3c commit 986597bCopy full SHA for 986597b
Tests/Generator/Dumper/CompiledUrlGeneratorDumperTest.php
@@ -52,8 +52,8 @@ protected function setUp(): void
52
53
$this->routeCollection = new RouteCollection();
54
$this->generatorDumper = new CompiledUrlGeneratorDumper($this->routeCollection);
55
- $this->testTmpFilepath = sys_get_temp_dir().'/php_generator.'.$this->getName().'.php';
56
- $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';
57
@unlink($this->testTmpFilepath);
58
@unlink($this->largeTestTmpFilepath);
59
}
0 commit comments