diff options
Diffstat (limited to 'apps/dav/tests/unit/Connector/Sabre/FakeLockerPluginTest.php')
-rw-r--r-- | apps/dav/tests/unit/Connector/Sabre/FakeLockerPluginTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/dav/tests/unit/Connector/Sabre/FakeLockerPluginTest.php b/apps/dav/tests/unit/Connector/Sabre/FakeLockerPluginTest.php index 2c9ca1be27f..473c0164d06 100644 --- a/apps/dav/tests/unit/Connector/Sabre/FakeLockerPluginTest.php +++ b/apps/dav/tests/unit/Connector/Sabre/FakeLockerPluginTest.php @@ -168,7 +168,7 @@ class FakeLockerPluginTest extends TestCase { $request->expects($this->exactly(2)) ->method('getPath') - ->will($this->returnValue('MyPath')); + ->willReturn('MyPath'); $this->assertSame(false, $this->fakeLockerPlugin->fakeLockProvider($request, $response)); |