Skip to content

Commit 691aba8

Browse files
author
Jonas Gielen
committed
fix test for controller
1 parent 115cf4c commit 691aba8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/Controller/EventControllerSpec.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ function let(ContainerInterface $container)
2727
function it_is_initializable()
2828
{
2929
$this->shouldHaveType('Mailjet\MailjetBundle\Controller\EventController');
30-
$this->shouldHaveType('Symfony\Bundle\FrameworkBundle\Controller\Controller');
30+
$this->shouldHaveType('Symfony\Bundle\FrameworkBundle\Controller\AbstractController');
3131

3232
}
3333

0 commit comments

Comments
 (0)