Remove missed echo instruction for debug purposes

This commit is contained in:
Johannes Meyer 2014-06-30 14:06:11 +02:00
parent 6a8152ce09
commit f3172b96e4
1 changed files with 0 additions and 1 deletions

View File

@ -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';