Skip to content

Commit 812b511

Browse files
committed
Unit test results always printed in console
1 parent e53771f commit 812b511

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/benchmark.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,9 @@
120120
************************************************************/
121121

122122
$UnitTest = runAutomatedTests($cmdLibraryInput);
123+
echo 'Unit Test Results: ', $UnitTest['output'], PHP_EOL;
123124

124125
if (!$UnitTest['status']) {
125-
echo 'Unit Test Results: ', $UnitTest['output'], PHP_EOL;
126126
echo $cmdLibraryInput, ' did not passed automated tests', PHP_EOL;
127127
echo 'Benchmark will still run if the class does not fail', PHP_EOL;
128128
}

0 commit comments

Comments
 (0)