Skip to content

Commit

Permalink
Ensure behat output messages language
Browse files Browse the repository at this point in the history
  • Loading branch information
Zales0123 committed Nov 5, 2016
1 parent 0f91195 commit 6db68cc
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 6db68cc

Please sign in to comment.