We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
setMethods()
onlyMethods()
addMethods()
1 parent 3bb6ee5 commit 7e9e8d0Copy full SHA for 7e9e8d0
Tests/Session/Storage/Handler/MemcachedSessionHandlerTest.php
@@ -45,7 +45,7 @@ protected function setUp(): void
45
46
$this->memcached = $this->getMockBuilder(\Memcached::class)
47
->disableOriginalConstructor()
48
- ->setMethods($methodsToMock)
+ ->onlyMethods($methodsToMock)
49
->getMock();
50
51
$this->storage = new MemcachedSessionHandler(
0 commit comments