Support TestContainer directly (#255)

This commit is contained in:
David de Boer 2022-05-28 13:00:27 +02:00 committed by GitHub
parent 62b37be93d
commit fa5fe8b129
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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',
];
/**