mirror of
https://github.com/danog/psalm-plugin-symfony.git
synced 2024-11-30 04:29:10 +01:00
Support TestContainer directly (#255)
This commit is contained in:
parent
62b37be93d
commit
fa5fe8b129
@ -28,6 +28,7 @@ class ContainerHandler implements AfterMethodCallAnalysisInterface, AfterClassLi
|
|||||||
'Symfony\Component\DependencyInjection\ContainerInterface',
|
'Symfony\Component\DependencyInjection\ContainerInterface',
|
||||||
'Symfony\Bundle\FrameworkBundle\Controller\AbstractController',
|
'Symfony\Bundle\FrameworkBundle\Controller\AbstractController',
|
||||||
'Symfony\Bundle\FrameworkBundle\Controller\ControllerTrait',
|
'Symfony\Bundle\FrameworkBundle\Controller\ControllerTrait',
|
||||||
|
'Symfony\Bundle\FrameworkBundle\Test\TestContainer',
|
||||||
];
|
];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user