We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11fda7c commit cb42b54Copy full SHA for cb42b54
Tests/EventListener/VoterInitializerListenerTest.php
@@ -17,7 +17,7 @@ public function testHandleSubRequest()
17
->method('getRequestType')
18
->will($this->returnValue(HttpKernelInterface::SUB_REQUEST));
19
20
- $voter = $this->getMockBuilder('Knp\Menu\Silex\Voter\RouteVoter')
+ $voter = $this->getMockBuilder('Knp\Menu\Matcher\Voter\RouteVoter')
21
->disableOriginalConstructor()
22
->getMock();
23
$voter->expects($this->never())
@@ -43,7 +43,7 @@ public function testHandleMasterRequest()
43
->method('getRequest')
44
->will($this->returnValue($request));
45
46
47
48
49
$voter->expects($this->once())
0 commit comments