Skip to content
This repository was archived by the owner on Oct 19, 2020. It is now read-only.

Commit 0b002a8

Browse files
committed
Added line after test
1 parent e038802 commit 0b002a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Command/Test/Test.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
107107
$end = microtime(true);
108108
$time = round($end - $start);
109109

110+
$style->newLine();
110111
$style->section('Results');
111112
$output->writeln('<info>Time: '.$time.' seconds</>');
112113
$style->newLine();

0 commit comments

Comments
 (0)