test hook to print test result

This commit is contained in:
Damodar Lohani
2021-03-21 20:12:37 +05:45
parent a5295a1c09
commit e0f38dad9f
+1 -1
View File
@@ -7,7 +7,7 @@ class TestHook implements AfterTestHook
{
public function executeAfterTest(string $test, float $time): void
{
printf(" %s ended in %s seconds\n",
printf("\n%s ended in %s seconds",
$test,
$time
);