1 | <?php |
||
18 | class LinkRequestListenerSpec extends ObjectBehavior |
||
19 | { |
||
20 | /** |
||
21 | * @param \Symfony\Component\HttpKernel\Controller\ControllerResolverInterface $controllerResolver |
||
22 | * @param \Symfony\Component\Routing\Matcher\UrlMatcherInterface $urlMatcher |
||
23 | */ |
||
24 | public function let($controllerResolver, $urlMatcher) |
||
28 | |||
29 | public function it_is_initializable() |
||
33 | } |
||
34 |