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()
4646
4747 $ this ->routeCollection = new RouteCollection ();
4848 $ 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 ' ;
5151 @unlink ($ this ->testTmpFilepath );
5252 @unlink ($ this ->largeTestTmpFilepath );
5353 }
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ protected function setUp()
3636 parent ::setUp ();
3737
3838 $ 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 ' ;
4040 }
4141
4242 protected function tearDown ()
You can’t perform that action at this time.
0 commit comments