Releases: symfony-cmf/Testing
Releases · symfony-cmf/Testing
2.1.6
- [Bug-Fix] Ensure kernel resoltion in
BaseTestCase
2.1.5
- (re) introduce php 5.6
2.1.4
tag it
2.1.3
fix kernel class evaluation again
2.1.2
- Load kernel class from env var section in
phpunit.xml
Doing so you are able to define theKERNEL_CLASS
inside yourphpunit.xml
again (it had beenKERNEL_DIR
, which is deprecated.
2.1.1
Fix the parameter passed to Symfony\Component\Process\Process
2.1.0
- Removed php 5.6 and 7.0 support
- introduced
KERNEL_CLASS
usage in TestKernel not to useKERNEL_DIR
anymore - Removed usage of
Processbuilder
- Symfony 4 compatibility
2.1.0-RC1
first release candidate