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 601bcc1 + 9455c2a commit c2c3bafCopy full SHA for c2c3baf
Tests/EventListener/VoteListenerTest.php
@@ -26,7 +26,7 @@ public function testOnVoterVote()
26
$traceableAccessDecisionManager = $this
27
->getMockBuilder(TraceableAccessDecisionManager::class)
28
->disableOriginalConstructor()
29
- ->setMethods(['addVoterVote'])
+ ->onlyMethods(['addVoterVote'])
30
->getMock();
31
32
$traceableAccessDecisionManager
0 commit comments