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 bcce96f commit 6b84bd1Copy full SHA for 6b84bd1
tests/Time/StopWatch.php
@@ -20,7 +20,6 @@ public function stop():float
20
{
21
$endTime = intval(round(microtime(true)*1000));
22
$timeSpent = $endTime - $this->startTime;
23
- throw new \Exception("This method should be mocked!");
24
return $timeSpent;
25
}
26
0 commit comments