All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Drop support for PHP below 7.4
- Drop support for Symfony below 4.4
- Allow Symfony 7 (#20)
- Allow Symfony 6 (#13)
- Fix and simplify kernel booting for command tester (#11)
- Fix support for Symfony 5.3 (#10)
- Allow PHP 8 (#8)
- Bump requirement to PHP 7.2
- Add
prepareCommandTester
, to be used in place ofrunCommand
to obtain theCommandTester
before theexecute
call b941c50
- Fix Symfony 5 compatibility #3
- Improve CI testing #3
- Switch to Codecov for coverage collection #4
- Increase PHPStan level to maximum (8) 0952653
- Adds Symfony 5 compatibility #2
- Add a third string optional parameter to
WebTestCase::assertStatusCode
as a custom failure message
First release.
This is a slimmed down fork of the LiipFunctionalTestBundle, where only some useful methods from the WebTestCase is retained.