diff options
-rw-r--r-- | tests/bootstrap.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/bootstrap.php b/tests/bootstrap.php index 8177b580965..cfe3423c297 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -22,6 +22,7 @@ foreach (new \DirectoryIterator(__DIR__ . '/../apps/') as $file) { continue; } \OC_App::loadApp($file->getFilename()); + \OC_App::updateApp($file->getFilename()); } OC_Hook::clear(); |