Skip to content

Latest commit

 

History

History
49 lines (35 loc) · 1.81 KB

CHANGELOG.md

File metadata and controls

49 lines (35 loc) · 1.81 KB

Changelog

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.

Unreleased

  • Drop support for PHP below 7.4
  • Drop support for Symfony below 4.4

1.3.0 [2024-03-15]

  • Allow Symfony 7 (#20)

1.2.0 [2023-07-19]

  • Allow Symfony 6 (#13)

1.1.2 [2021-08-09]

  • Fix and simplify kernel booting for command tester (#11)

1.1.1 [2021-06-16]

  • Fix support for Symfony 5.3 (#10)

1.1.0 [2021-03-12]

  • Allow PHP 8 (#8)

1.0.0 [2020-11-16]

  • Bump requirement to PHP 7.2

0.1.4 [2020-06-12]

  • Add prepareCommandTester, to be used in place of runCommand to obtain the CommandTester before the execute call b941c50

0.1.3 [2020-03-27]

  • Fix Symfony 5 compatibility #3
  • Improve CI testing #3
  • Switch to Codecov for coverage collection #4
  • Increase PHPStan level to maximum (8) 0952653

0.1.2 [2020-02-24]

Added

  • Adds Symfony 5 compatibility #2

0.1.1 [2019-03-13]

Added

  • Add a third string optional parameter to WebTestCase::assertStatusCode as a custom failure message

0.1 [2019-03-08]

First release.

This is a slimmed down fork of the LiipFunctionalTestBundle, where only some useful methods from the WebTestCase is retained.