summaryrefslogtreecommitdiffstats
path: root/apps/dav/tests/unit/Connector/Sabre/MaintenancePluginTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/dav/tests/unit/Connector/Sabre/MaintenancePluginTest.php')
-rw-r--r--apps/dav/tests/unit/Connector/Sabre/MaintenancePluginTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/dav/tests/unit/Connector/Sabre/MaintenancePluginTest.php b/apps/dav/tests/unit/Connector/Sabre/MaintenancePluginTest.php
index d3488088676..9564ad0cec3 100644
--- a/apps/dav/tests/unit/Connector/Sabre/MaintenancePluginTest.php
+++ b/apps/dav/tests/unit/Connector/Sabre/MaintenancePluginTest.php
@@ -56,7 +56,7 @@ class MaintenancePluginTest extends TestCase {
->expects($this->exactly(1))
->method('getSystemValueBool')
->with('maintenance')
- ->will($this->returnValue(true));
+ ->willReturn(true);
$this->maintenancePlugin->checkMaintenanceMode();
}