File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ public function testHandleSubRequest()
17
17
->method ('getRequestType ' )
18
18
->will ($ this ->returnValue (HttpKernelInterface::SUB_REQUEST ));
19
19
20
- $ voter = $ this ->getMockBuilder ('Knp\Menu\Silex \Voter\RouteVoter ' )
20
+ $ voter = $ this ->getMockBuilder ('Knp\Menu\Matcher \Voter\RouteVoter ' )
21
21
->disableOriginalConstructor ()
22
22
->getMock ();
23
23
$ voter ->expects ($ this ->never ())
@@ -43,7 +43,7 @@ public function testHandleMasterRequest()
43
43
->method ('getRequest ' )
44
44
->will ($ this ->returnValue ($ request ));
45
45
46
- $ voter = $ this ->getMockBuilder ('Knp\Menu\Silex \Voter\RouteVoter ' )
46
+ $ voter = $ this ->getMockBuilder ('Knp\Menu\Matcher \Voter\RouteVoter ' )
47
47
->disableOriginalConstructor ()
48
48
->getMock ();
49
49
$ voter ->expects ($ this ->once ())
You can’t perform that action at this time.
0 commit comments