Skip to content

Commit

Permalink
Merge pull request #27 from Zales0123/ensure-output-language
Browse files Browse the repository at this point in the history
Ensure behat output messages language
  • Loading branch information
pamil authored Nov 7, 2016
2 parents 0f91195 + 6db68cc commit 40a99ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Context/TestContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ public function itFails() { throw new \Behat\Behat\Tester\Exception\PendingExcep
*/
public function iRunBehat()
{
$this->process = new Process(sprintf('%s %s --strict -vvv --no-interaction', self::$phpBin, escapeshellarg(BEHAT_BIN_PATH)));
$this->process = new Process(sprintf('%s %s --strict -vvv --no-interaction --lang=en', self::$phpBin, escapeshellarg(BEHAT_BIN_PATH)));
$this->process->setWorkingDirectory(self::$workingDir);
$this->process->start();
$this->process->wait();
Expand Down

0 comments on commit 40a99ea

Please sign in to comment.