Skip to content

Releases: symfony-cmf/Testing

5.0.2

06 Apr 16:20
@dbu dbu
5.0.2
fbcdd18
Compare
Choose a tag to compare
  • Fixed regression in TestKernel.

5.0.1

06 Apr 09:36
@dbu dbu
5.0.1
Compare
Choose a tag to compare
  • Cleanup PHP 8.1 language features.
  • Simplify configuration code.
  • Update with cleanups from symfony-cmf/testing 4.5.*.

4.5.1

06 Apr 09:34
@dbu dbu
4.5.1
e623e12
Compare
Choose a tag to compare
  • 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

05 Apr 15:43
@dbu dbu
4.5.0
05a1992
Compare
Choose a tag to compare
  • Support phpcr-bundle 3.
  • Support Symfony 7.
  • Drop support for Symfony < 5.4.

5.0.0

03 Apr 16:11
@dbu dbu
5.0.0
ac405c2
Compare
Choose a tag to compare
  • 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

11 Apr 06:43
@dbu dbu
4.4.2
Compare
Choose a tag to compare
  • Only call AnnotationRegistry::registerLoader if it is available.

4.4.1

29 Apr 11:24
@dbu dbu
4.4.1
Compare
Choose a tag to compare
  • Configuration fixes for Symfony 6.

4.1.0

16 Dec 10:31
@dbu dbu
4.1.0
Compare
Choose a tag to compare
  • 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

30 Aug 12:53
@dbu dbu
4.0.0
Compare
Choose a tag to compare
  • 2021-08-30: [BC-BREAK] Made bootstrap utility methods in BaseTestCase static to not conflict with recent versions of Symfony FrameworkBundle.

3.3.0

22 Jan 12:41
@dbu dbu
3.3.0
Compare
Choose a tag to compare
  • Support PHP 8