MDL-49840 testing: Always call composer install

This commit is contained in:
Andrew Nicols
2015-04-14 11:26:53 +08:00
parent 08f38358c8
commit 69c150cbda
+1 -1
View File
@@ -193,7 +193,7 @@ function testing_update_composer_dependencies() {
}
// Update composer dependencies.
passthru("php composer.phar update", $code);
passthru("php composer.phar install", $code);
if ($code != 0) {
exit($code);
}