Fixes
This commit is contained in:
parent
6cff08f073
commit
ea5044bf9b
17 changed files with 6 additions and 19 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue