Skip to content

Commit c74557f

Browse files
authored
Merge pull request #80 from PascalThesing/change-slow-test-label-for-copy-and-past
Replace double points with two double points for copy and past
2 parents ddead9c + bb6a983 commit c74557f

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)