You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the update of Symfony 7.0, the return type is changed in `KernelTestCase`,
resulting in:
```
Return type declaration must be compatible with KernelTestCase::getContainer() : \Symfony\Component\DependencyInjection\Container
```
0 commit comments