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 cd83899 + 986597b commit 640a742Copy full SHA for 640a742
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