File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 7
7
8
8
php :
9
9
- 5.6
10
+ - 7.0
11
+ - 7.1
12
+ - 7.2
10
13
11
14
before_script :
12
15
- composer self-update
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ public function beforeScenario()
39
39
40
40
$ this ->rootPath = realpath (__DIR__ .'/../../../.. ' );
41
41
$ dir = sys_get_temp_dir ().DIRECTORY_SEPARATOR .'phpcr-shell ' .DIRECTORY_SEPARATOR .
42
- md5 (microtime () * rand (0 , 10000 ));
42
+ md5 (microtime (true ) * rand (0 , 10000 ));
43
43
$ this ->fixturesDir = realpath (__DIR__ .'/../../../../features/fixtures/ ' );
44
44
45
45
$ this ->workingDir = $ dir ;
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ abstract protected function createTester();
50
50
public function beforeScenario ()
51
51
{
52
52
$ dir = sys_get_temp_dir ().DIRECTORY_SEPARATOR .'phpcr-shell ' .DIRECTORY_SEPARATOR .
53
- md5 (microtime () * rand (0 , 10000 ));
53
+ md5 (microtime (true ) * rand (0 , 10000 ));
54
54
55
55
$ this ->workingDir = $ dir ;
56
56
You can’t perform that action at this time.
0 commit comments