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

Commit 5cf8327

Browse files
committed
New line
1 parent e530e33 commit 5cf8327

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Command/Test/ParaTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ protected function execute(InputInterface $input, OutputInterface $output)
9797

9898
$cmd = $test.$source.' --colors'.$stopFail;
9999
$output->writeln('<info>Command: '.$cmd.'</>');
100-
$style->newLine();
101100
$process = new Process($cmd);
102101
$process->setTimeout(3600)->run(function ($type, $buffer) use ($command) {
103102
if (Process::ERR == $type) {
@@ -108,6 +107,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
108107
$end = microtime(true);
109108
$time = round($end - $start);
110109

110+
$style->newLine();
111111
$style->section('Results');
112112
$output->writeln('<info>Time: '.$time.' seconds</>');
113113
$style->newLine();

0 commit comments

Comments
 (0)