Releases: liip/LiipFunctionalTestBundle
Releases · liip/LiipFunctionalTestBundle
4.12.0
What's Changed
- doc: add note: Query Counter is not compatible with Symfony 7+ by @alexislefebvre in #635
- chore: remove compatibility layer for Symfony 4.4 by @alexislefebvre in #636
- doc: add alternative ways to perform tests by @alexislefebvre in #637
- doc: add links to previous and next pages by @alexislefebvre in #638
- chore: add testruns for PHP 8.3 by @Chris53897 in #640
- chore: fix ci deprecations by @Chris53897 in #639
- Add Phpunit 11 support by @Basster in #641
New Contributors
Full Changelog: 4.11.0...4.12.0
4.11.0: add support of Symfony 7, drop support of Symfony 4.4
Breaking Change
The QueryCount
won't work with Symfony 7, because the annotation_reader
can't be enabled anymore, see symfony/symfony#51050
What's Changed
- chore: allow Symfony 7 by @alexislefebvre in #634
- Symfony 4.4 is not supported anymore
- Symfony 7 compatibillity by @kl3sk in #631
New Contributors
Full Changelog: 4.10.0...4.11.0
4.10.0
What's Changed
- .gitignore: add /.phpunit.cache/ by @alexislefebvre in #624
- README: set branch in badge of GH actions by @alexislefebvre in #626
- chore: improve ci (fix deprecation, add php 8.2 symfony 6.2 run) by @Chris53897 in #627
- feat: drop support for php 7.2, 7.3 by @Chris53897 in #628
New Contributors
- @Chris53897 made their first contribution in #627
Full Changelog: 4.9.0...4.10.0
4.9.0
What's Changed
- remove dependency on symfony/phpunit-bridge by @alexislefebvre in #616
- remove Scrutinizer by @alexislefebvre in #617
- README.md: remove obsolete references to Travis by @alexislefebvre in #618
- composer: move doctrine/annotations to require-dev and suggest by @alexislefebvre in #614
- fix setMethods is deprecated phpunit 10 by @mzk in #619
- PHP-CS-Fixer by @alexislefebvre in #620
- remove Style CI by @alexislefebvre in #621
- don't decorate the validator service when it's missing by @alexislefebvre in #622
- Add support for phpunit 10 by @mzk in #610
New Contributors
Full Changelog: 4.8.0...4.9.0
4.8.1-alpha1
What's Changed
- remove dependency on symfony/phpunit-bridge by @alexislefebvre in #616
- remove Scrutinizer by @alexislefebvre in #617
- README.md: remove obsolete references to Travis by @alexislefebvre in #618
- composer: move doctrine/annotations to require-dev and suggest by @alexislefebvre in #614
Full Changelog: 4.8.0...4.8.1-alpha1
4.8.0
What's Changed
- remove travis config file by @alexislefebvre in #611
- update GitHub actions by @alexislefebvre in #615
- allow doctrine/annotations 2 by @alexislefebvre in #613
Full Changelog: 4.7.0...4.8.0
4.7.0
What's Changed
- enable deprecations (previously commented) by @alexislefebvre in #608
- in
loginClient()
- in
createClientWithParams()
, called by:makeClient()
makeAuthenticatedClient()
makeClientWithCredentials()
- in
- CI: use symfony 5.4 instead of 5.3, add PHP 8.1 and 8.2 by @alexislefebvre in #609
Full Changelog: 4.6.0...4.7.0
4.6.0
What's Changed 🎅 🤶
- README: update badges by @alexislefebvre in #599
- CI: add QA by @alexislefebvre in #600
- CI: add composer validate by @alexislefebvre in #601
- Update tests by @alexislefebvre in #604
- Remove files for Flint CI by @alexislefebvre in #605
- Support Symfony 6 by @alexislefebvre and @magnetik in #603
Full Changelog: 4.5.1...4.6.0
4.6.0-alpha1
What's Changed
- README: update badges by @alexislefebvre in #599
- CI: add QA by @alexislefebvre in #600
- CI: add composer validate by @alexislefebvre in #601
- Update tests by @alexislefebvre in #604
- Remove files for Flint CI by @alexislefebvre in #605
- Support Symfony 6 by @alexislefebvre and @magnetik in #603
Full Changelog: 4.5.1...4.6.0-alpha1
4.5.1
Merged PRs:
- Fix access to static $env property form 'self::$env' to 'static::$env' #596