diff --git a/tests/features/bootstrap/FeatureContext.php b/tests/features/bootstrap/FeatureContext.php index 8cdf7a29..c9544177 100644 --- a/tests/features/bootstrap/FeatureContext.php +++ b/tests/features/bootstrap/FeatureContext.php @@ -123,6 +123,8 @@ public function theCurrentInstalledVersionIs($installed, $version) { if ($returnCode !== 0) { throw new Exception('Install failed' . PHP_EOL . join(PHP_EOL, $output)); } + + exec('./occ app:update --all', $output, $returnCode); } /**