Skip to content

Commit 66a7614

Browse files
Towards 100% HHVM compat
1 parent 798fde2 commit 66a7614

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Generator/Dumper/PhpGeneratorDumperTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ protected function setUp()
3939

4040
$this->routeCollection = new RouteCollection();
4141
$this->generatorDumper = new PhpGeneratorDumper($this->routeCollection);
42-
$this->testTmpFilepath = sys_get_temp_dir().DIRECTORY_SEPARATOR.'php_generator.php';
42+
$this->testTmpFilepath = sys_get_temp_dir().DIRECTORY_SEPARATOR.'php_generator.'.$this->getName().'.php';
4343
@unlink($this->testTmpFilepath);
4444
}
4545

0 commit comments

Comments
 (0)