Removed localization from logs (Because it doesn't work)

This commit is contained in:
Dmitry Khomutov 2017-02-07 19:05:44 +07:00
commit 6cff08f073
No known key found for this signature in database
GPG key ID: 7EB36C9576F9ECB9
32 changed files with 48 additions and 477 deletions

View file

@ -66,7 +66,7 @@ class Behat extends Plugin
$behat = $this->executable;
if (!$behat) {
$this->builder->logFailure(Lang::get('could_not_find', 'behat'));
$this->builder->logFailure(sprintf('Could not find %s', 'behat'));
return false;
}