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