From e0f38dad9f33b148f6a4fdcfde5dec801452330f Mon Sep 17 00:00:00 2001 From: Damodar Lohani Date: Sun, 21 Mar 2021 20:12:37 +0545 Subject: [PATCH] test hook to print test result --- tests/extensions/TestHook.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/extensions/TestHook.php b/tests/extensions/TestHook.php index 28c41486cd..240c6111d2 100644 --- a/tests/extensions/TestHook.php +++ b/tests/extensions/TestHook.php @@ -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 );