We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 115cf4c commit 691aba8Copy full SHA for 691aba8
spec/Controller/EventControllerSpec.php
@@ -27,7 +27,7 @@ function let(ContainerInterface $container)
27
function it_is_initializable()
28
{
29
$this->shouldHaveType('Mailjet\MailjetBundle\Controller\EventController');
30
- $this->shouldHaveType('Symfony\Bundle\FrameworkBundle\Controller\Controller');
+ $this->shouldHaveType('Symfony\Bundle\FrameworkBundle\Controller\AbstractController');
31
32
}
33
0 commit comments