|
@@ -329,13 +329,6 @@ public function doRun(Test $suite, array $arguments = [], bool $exit = true): Te |
|
|
|
if ($arguments['verbose']) { |
|
|
|
$this->writeMessage('Runtime', $this->runtime->getNameWithVersionAndCodeCoverageDriver()); |
|
|
|
|
|
|
|
if ($arguments['executionOrder'] === TestSuiteSorter::ORDER_RANDOMIZED) { |
|
|
|
$this->writeMessage( |
|
|
|
'Random seed', |
|
|
|
(string) $arguments['randomOrderSeed'] |
|
|
|
); |
|
|
|
} |
|
|
|
|
|
|
|
if (isset($arguments['configuration'])) { |
|
|
|
$this->writeMessage( |
|
|
|
'Configuration', |
|
@@ -358,6 +351,13 @@ public function doRun(Test $suite, array $arguments = [], bool $exit = true): Te |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
if ($arguments['executionOrder'] === TestSuiteSorter::ORDER_RANDOMIZED) { |
|
|
|
$this->writeMessage( |
|
|
|
'Random seed', |
|
|
|
(string) $arguments['randomOrderSeed'] |
|
|
|
); |
|
|
|
} |
|
|
|
|
|
|
|
if (isset($tooFewColumnsRequested)) { |
|
|
|
$this->writeMessage('Error', 'Less than 16 columns requested, number of columns set to 16'); |
|
|
|
} |
|
|
0 comments on commit
5801375