1
0
Fork 0
mirror of synced 2024-05-20 12:42:39 +12:00

fix print line

This commit is contained in:
Damodar Lohani 2021-03-22 10:34:03 +05:45
parent 9843d063f6
commit b7dec3a4f4

View file

@ -7,7 +7,7 @@ class TestHook implements AfterTestHook
{
public function executeAfterTest(string $test, float $time): void
{
printf("\n%s ended in %s seconds",
printf("%s ended in %s seconds\n",
$test,
$time
);