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 798fde2 commit 66a7614Copy full SHA for 66a7614
Tests/Generator/Dumper/PhpGeneratorDumperTest.php
@@ -39,7 +39,7 @@ protected function setUp()
39
40
$this->routeCollection = new RouteCollection();
41
$this->generatorDumper = new PhpGeneratorDumper($this->routeCollection);
42
- $this->testTmpFilepath = sys_get_temp_dir().DIRECTORY_SEPARATOR.'php_generator.php';
+ $this->testTmpFilepath = sys_get_temp_dir().DIRECTORY_SEPARATOR.'php_generator.'.$this->getName().'.php';
43
@unlink($this->testTmpFilepath);
44
}
45
0 commit comments