Releases: symfony-cmf/Testing
Releases · symfony-cmf/Testing
5.0.2
- Fixed regression in
TestKernel
.
5.0.1
- Cleanup PHP 8.1 language features.
- Simplify configuration code.
- Update with cleanups from symfony-cmf/testing 4.5.*.
4.5.1
- 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.
4.5.0
- Support phpcr-bundle 3.
- Support Symfony 7.
- Drop support for Symfony < 5.4.
5.0.0
- Support Symfony 7, drop support for Symfony < 6.4
- The default framework configuration no longer enables validation attributes.
- The phpcr-odm additional namespace is expected to use attributes rather than annotations.
4.4.2
- Only call
AnnotationRegistry::registerLoader
if it is available.
4.4.1
- Configuration fixes for Symfony 6.
4.1.0
- 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.
4.0.0
- 2021-08-30: [BC-BREAK] Made bootstrap utility methods in BaseTestCase static to not conflict with recent versions of Symfony FrameworkBundle.