This commit is contained in:
Dmitry Khomutov 2017-02-09 22:15:30 +07:00
commit ea5044bf9b
No known key found for this signature in database
GPG key ID: 7EB36C9576F9ECB9
17 changed files with 6 additions and 19 deletions

View file

@ -10,7 +10,6 @@
namespace PHPCensor\Plugin;
use PHPCensor\Builder;
use PHPCensor\Helper\Lang;
use PHPCensor\Model\Build;
use PHPCensor\Plugin\Util\TestResultParsers\Codeception as Parser;
use PHPCensor\Plugin;

View file

@ -136,8 +136,7 @@ class Executor
foreach ($plugins as $plugin => $options) {
$this->logger->log("\n" .
sprintf('RUNNING PLUGIN: %s', Lang::get($plugin)) . ' (' .
'Stage' . ': ' .
Lang::get('stage_' . $stage) . ')'
'Stage' . ': ' . ucfirst($stage) . ')'
);
$this->setPluginStatus($stage, $plugin, Build::STATUS_RUNNING);