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
Use regular fixture loader with Symfony 7 rather than the dropped ContainerAwareLoader.
For fixtures with services, instantiate the fixture and pass the instance to PHPCR::loadFixture
instead of passing the class string.
2021-12-16: Allow installation with Symfony 6.
Technically there is a BC break with BaseTestCase::bootKernel now having a return type declaration, but the CMF bundles to not overwrite that method further.