File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ public function beforeScenario()
3939
4040 $ this ->rootPath = realpath (__DIR__ .'/../../../.. ' );
4141 $ dir = sys_get_temp_dir ().DIRECTORY_SEPARATOR .'phpcr-shell ' .DIRECTORY_SEPARATOR .
42- md5 (microtime () * rand (0 , 10000 ));
42+ md5 (microtime (true ) * rand (0 , 10000 ));
4343 $ this ->fixturesDir = realpath (__DIR__ .'/../../../../features/fixtures/ ' );
4444
4545 $ this ->workingDir = $ dir ;
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ abstract protected function createTester();
5050 public function beforeScenario ()
5151 {
5252 $ dir = sys_get_temp_dir ().DIRECTORY_SEPARATOR .'phpcr-shell ' .DIRECTORY_SEPARATOR .
53- md5 (microtime () * rand (0 , 10000 ));
53+ md5 (microtime (true ) * rand (0 , 10000 ));
5454
5555 $ this ->workingDir = $ dir ;
5656
You can’t perform that action at this time.
0 commit comments