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.
2 parents 5fc3038 + 7e9e8d0 commit 507b3a2Copy full SHA for 507b3a2
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