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