Skip to content

Commit 6b84bd1

Browse files
committed
update readme
1 parent bcce96f commit 6b84bd1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/Time/StopWatch.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ public function stop():float
2020
{
2121
$endTime = intval(round(microtime(true)*1000));
2222
$timeSpent = $endTime - $this->startTime;
23-
throw new \Exception("This method should be mocked!");
2423
return $timeSpent;
2524
}
2625
}

0 commit comments

Comments
 (0)