Skip to content

Commit bb6a983

Browse files
committed
Replace double points with two double points for copy and past
1 parent 434865f commit bb6a983

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SpeedTrapListener.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ protected function toMilliseconds(float $time): int
155155
*/
156156
protected function makeLabel(TestCase $test): string
157157
{
158-
return sprintf('%s:%s', get_class($test), $test->getName());
158+
return sprintf('%s::%s', get_class($test), $test->getName());
159159
}
160160

161161
/**

0 commit comments

Comments
 (0)