File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -46,8 +46,8 @@ protected function setUp()
46
46
47
47
$ this ->routeCollection = new RouteCollection ();
48
48
$ this ->generatorDumper = new PhpGeneratorDumper ($ this ->routeCollection );
49
- $ this ->testTmpFilepath = sys_get_temp_dir ().DIRECTORY_SEPARATOR .'php_generator. ' .$ this ->getName ().'.php ' ;
50
- $ this ->largeTestTmpFilepath = sys_get_temp_dir ().DIRECTORY_SEPARATOR .'php_generator. ' .$ this ->getName ().'.large.php ' ;
49
+ $ this ->testTmpFilepath = sys_get_temp_dir ().\ DIRECTORY_SEPARATOR .'php_generator. ' .$ this ->getName ().'.php ' ;
50
+ $ this ->largeTestTmpFilepath = sys_get_temp_dir ().\ DIRECTORY_SEPARATOR .'php_generator. ' .$ this ->getName ().'.large.php ' ;
51
51
@unlink ($ this ->testTmpFilepath );
52
52
@unlink ($ this ->largeTestTmpFilepath );
53
53
}
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ protected function setUp()
36
36
parent ::setUp ();
37
37
38
38
$ this ->matcherClass = uniqid ('ProjectUrlMatcher ' );
39
- $ this ->dumpPath = sys_get_temp_dir ().DIRECTORY_SEPARATOR .'php_matcher. ' .$ this ->matcherClass .'.php ' ;
39
+ $ this ->dumpPath = sys_get_temp_dir ().\ DIRECTORY_SEPARATOR .'php_matcher. ' .$ this ->matcherClass .'.php ' ;
40
40
}
41
41
42
42
protected function tearDown ()
You can’t perform that action at this time.
0 commit comments