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.
2 parents ded8d38 + 56f345f commit b543f87Copy full SHA for b543f87
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