Skip to content

Releases: symfony-cmf/Testing

2.1.6

11 Aug 03:01
2.1.6
d878021
Compare
Choose a tag to compare
  • [Bug-Fix] Ensure kernel resoltion in BaseTestCase

2.1.5

11 Aug 01:48
2.1.5
d8e60e4
Compare
Choose a tag to compare
  • (re) introduce php 5.6

2.1.4

22 Jul 04:11
2.1.4
Compare
Choose a tag to compare
tag it

2.1.3

30 Jun 22:02
2.1.3
Compare
Choose a tag to compare
fix kernel class evaluation again

2.1.2

28 Jun 21:44
2.1.2
Compare
Choose a tag to compare
  • Load kernel class from env var section in phpunit.xml Doing so you are able to define the KERNEL_CLASS inside your phpunit.xml again (it had been KERNEL_DIR, which is deprecated.

2.1.1

23 Jun 15:59
2.1.1
Compare
Choose a tag to compare

Fix the parameter passed to Symfony\Component\Process\Process

2.1.0

13 Jun 21:59
2.1.0
5f4fbe6
Compare
Choose a tag to compare
  • Removed php 5.6 and 7.0 support
  • introduced KERNEL_CLASS usage in TestKernel not to use KERNEL_DIR anymore
  • Removed usage of Processbuilder
  • Symfony 4 compatibility

2.1.0-RC1

01 May 20:43
2.1.0-RC1
9decbe0
Compare
Choose a tag to compare
2.1.0-RC1 Pre-release
Pre-release
first release candidate

2.0.2

09 Jan 21:07
@dbu dbu
Compare
Choose a tag to compare

Limit doctrine dependencies that are safe with PHP 7.0

2.0.1

02 Jan 08:17
@dbu dbu
2.0.1
Compare
Choose a tag to compare
  • Remove dependency on symfony/symfony in favor of more specific packages. Its a bug of the package using testing if it does not declare its dependencies.