We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72f49e5 commit 045284cCopy full SHA for 045284c
src/PHPCR/Shell/Test/CliContext.php
@@ -39,7 +39,7 @@ public function beforeScenario()
39
40
$this->rootPath = realpath(__DIR__.'/../../../..');
41
$dir = sys_get_temp_dir().DIRECTORY_SEPARATOR.'phpcr-shell'.DIRECTORY_SEPARATOR.
42
- md5(microtime() * rand(0, 10000));
+ md5(microtime(true) * rand(0, 10000));
43
$this->fixturesDir = realpath(__DIR__.'/../../../../features/fixtures/');
44
45
$this->workingDir = $dir;
src/PHPCR/Shell/Test/ContextBase.php
@@ -50,7 +50,7 @@ abstract protected function createTester();
50
public function beforeScenario()
51
{
52
53
54
55
56
0 commit comments