diff options
Diffstat (limited to 'apps')
-rw-r--r-- | apps/dav/tests/unit/AppInfo/PluginManagerTest.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/dav/tests/unit/AppInfo/PluginManagerTest.php b/apps/dav/tests/unit/AppInfo/PluginManagerTest.php index a4fcef92511..ed19bdd53cd 100644 --- a/apps/dav/tests/unit/AppInfo/PluginManagerTest.php +++ b/apps/dav/tests/unit/AppInfo/PluginManagerTest.php @@ -72,8 +72,8 @@ class PluginManagerTest extends TestCase { $appManager->method('getAppInfo') ->will($this->returnValueMap([ - ['adavapp', $appInfo1], - ['adavapp2', $appInfo2], + ['adavapp', false, null, $appInfo1], + ['adavapp2', false, null, $appInfo2], ])); $pluginManager = new PluginManager($server, $appManager); |