diff --git a/src/Handler/ContainerHandler.php b/src/Handler/ContainerHandler.php index d93dad0..2877fd5 100644 --- a/src/Handler/ContainerHandler.php +++ b/src/Handler/ContainerHandler.php @@ -28,6 +28,7 @@ class ContainerHandler implements AfterMethodCallAnalysisInterface, AfterClassLi 'Symfony\Component\DependencyInjection\ContainerInterface', 'Symfony\Bundle\FrameworkBundle\Controller\AbstractController', 'Symfony\Bundle\FrameworkBundle\Controller\ControllerTrait', + 'Symfony\Bundle\FrameworkBundle\Test\TestContainer', ]; /**