Skip to content

Commit c9b2c05

Browse files
Merge branch '6.2' into 6.3
* 6.2: [Security] remove deprecated conditions in supports and authenticate methods from AccessListener class [Tests] Replace `setMethods()` by `onlyMethods()` and `addMethods()`
2 parents 97bf9bb + 507b3a2 commit c9b2c05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Session/Storage/Handler/MemcachedSessionHandlerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ protected function setUp(): void
4545

4646
$this->memcached = $this->getMockBuilder(\Memcached::class)
4747
->disableOriginalConstructor()
48-
->setMethods($methodsToMock)
48+
->onlyMethods($methodsToMock)
4949
->getMock();
5050

5151
$this->storage = new MemcachedSessionHandler(

0 commit comments

Comments
 (0)