Update Behat plugin to be compatible with Behat 3

Closes #482
This commit is contained in:
Emmanuel Vella 2014-07-09 14:04:09 +02:00 committed by Dan Cryer
parent d2e274dfb1
commit 82043ba444

View file

@ -56,7 +56,7 @@ class Behat implements \PHPCI\Plugin
return false;
}
$success = $this->phpci->executeCommand($behat . ' --no-time --format="failed" %s', $this->features);
$success = $this->phpci->executeCommand($behat . ' %s', $this->features);
chdir($curdir);
return $success;