MDL-38531 behat: Replacing composer install for composer update

This commit is contained in:
David Monllao 2013-03-18 16:54:35 +08:00
parent 7112729206
commit 1e63755fb5

View File

@ -71,7 +71,7 @@ if ($code == 0) {
}
}
passthru("php composer.phar install --dev", $code);
passthru("php composer.phar update --dev", $code);
if ($code != 0) {
exit($code);
}