1
0
Fork 0
mirror of synced 2024-05-04 04:42:44 +12:00

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

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
);