Skip to content

Commit

Permalink
Console output: Add space before time (#6744)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasLandauer committed Mar 16, 2024
1 parent 3b2d7d1 commit 2939161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Codeception/Subscriber/Console.php
Expand Up @@ -811,7 +811,7 @@ protected function writeTimeInformation(TestEvent $event): void
if ($time !== 0.0) {
$this
->message(number_format(round($time, 2), 2))
->prepend('(')
->prepend(' (')
->append('s)')
->style('info')
->write();
Expand Down

0 comments on commit 2939161

Please sign in to comment.