Remove missed echo instruction for debug purposes
This commit is contained in:
parent
6a8152ce09
commit
f3172b96e4
|
@ -60,7 +60,6 @@ class PhpCommand extends Command
|
|||
}
|
||||
if ($build) {
|
||||
$reportPath = $this->setupAndReturnReportDirectory();
|
||||
echo $reportPath;
|
||||
$options[] = '--log-junit';
|
||||
$options[] = $reportPath . '/phpunit_results.xml';
|
||||
$options[] = '--coverage-html';
|
||||
|
|
Loading…
Reference in New Issue