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 52a2372 commit 56f345fCopy full SHA for 56f345f
tests/system/CLI/CLITest.php
@@ -73,7 +73,7 @@ public function testWaitZero()
73
$time = time();
74
CLI::wait(0);
75
76
- $this->assertSame(0, time() - $time);
+ $this->assertCloseEnough(0, time() - $time);
77
78
PhpStreamWrapper::restore();
79
}
0 commit comments