fix print line

This commit is contained in:
Damodar Lohani
2021-03-22 10:34:03 +05:45
parent 9843d063f6
commit b7dec3a4f4
+1 -1
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
);