Skip to content

Releases: liip/LiipFunctionalTestBundle

4.7.0

Choose a tag to compare

@alexisLefebvre alexisLefebvre released this 15 Jan 23:30
07f5dcb

What's Changed

  • enable deprecations (previously commented) by @alexisLefebvre in #608
    • in loginClient()
    • in createClientWithParams(), called by:
      • makeClient()
      • makeAuthenticatedClient()
      • makeClientWithCredentials()
  • 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

Choose a tag to compare

@alexisLefebvre alexisLefebvre released this 22 Dec 10:07
377353a

What's Changed 🎅 🤶

Full Changelog: 4.5.1...4.6.0

4.6.0-alpha1

4.6.0-alpha1 Pre-release
Pre-release

Choose a tag to compare

@alexisLefebvre alexisLefebvre released this 21 Jun 20:59
377353a

What's Changed

Full Changelog: 4.5.1...4.6.0-alpha1

4.5.1

Choose a tag to compare

@alexisLefebvre alexisLefebvre released this 21 Jan 19:24
50f1ada

4.5.0...4.5.1

Merged PRs:

  • Fix access to static $env property form 'self::$env' to 'static::$env' #596

4.5.0

Choose a tag to compare

@alexisLefebvre alexisLefebvre released this 07 Jan 11:39
46c7666

4.4.3...4.5.0

Merged PRs:

  • Added a fix for symfony 5.3 container. #593

4.4.3

Choose a tag to compare

@alexisLefebvre alexisLefebvre released this 20 Aug 15:49
e37469d

4.4.2...4.4.3

Merged PRs:

  • Fix issue with isMainRequest #591

4.4.2

Choose a tag to compare

@alexisLefebvre alexisLefebvre released this 06 Aug 12:39
f5fe0fc

4.4.1...4.4.2

Merged PRs:

  • Replaces call to deprecated isMasterRequest with isMainRequest #588

4.4.1

Choose a tag to compare

@alexisLefebvre alexisLefebvre released this 02 Jul 08:53
f6900d8

4.4.0...4.4.1

Merged PRs:

  • Fix Symfony 5.2 deprecation #587

4.4.0

Choose a tag to compare

@alexisLefebvre alexisLefebvre released this 01 Jun 12:29
51fd5ba

4.3.1...4.4.0
Merged PRs:

  • Fix new static method getContainer in KernelTestCase collision #584

4.3.1

Choose a tag to compare

@alexisLefebvre alexisLefebvre released this 26 Feb 22:28
436c03c

4.3.0...4.3.1

Merged PRs:

  • Restore test on lowest versions #581 and drop Symfony 3.4