From b7dec3a4f496cec006d8244c5f38adcd4938af4e Mon Sep 17 00:00:00 2001 From: Damodar Lohani Date: Mon, 22 Mar 2021 10:34:03 +0545 Subject: [PATCH] fix print line --- 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 240c6111d2..a8d86304ef 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("\n%s ended in %s seconds", + printf("%s ended in %s seconds\n", $test, $time );