Removed localization from logs (Because it doesn't work)
This commit is contained in:
parent
72579e769f
commit
6cff08f073
32 changed files with 48 additions and 477 deletions
|
|
@ -127,7 +127,7 @@ class Codeception extends Plugin implements ZeroConfigPluginInterface
|
|||
$codeception = $this->builder->findBinary('codecept');
|
||||
|
||||
if (!$codeception) {
|
||||
$this->builder->logFailure(Lang::get('could_not_find', 'codecept'));
|
||||
$this->builder->logFailure(sprintf('Could not find %s', 'codecept'));
|
||||
|
||||
return false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue