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.
2 parents b67a293 + 66a2c46 commit b8f3d5aCopy full SHA for b8f3d5a
Tests/Generator/Dumper/CompiledUrlGeneratorDumperTest.php
@@ -35,8 +35,8 @@ protected function setUp(): void
35
{
36
$this->routeCollection = new RouteCollection();
37
$this->generatorDumper = new CompiledUrlGeneratorDumper($this->routeCollection);
38
- $this->testTmpFilepath = sys_get_temp_dir().'/php_generator.'.$this->getName().'.php';
39
- $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';
40
@unlink($this->testTmpFilepath);
41
@unlink($this->largeTestTmpFilepath);
42
}
0 commit comments