Skip to content

Releases: Codeception/module-symfony

3.3.2

18 Mar 15:08
3bbf45c
Compare
Choose a tag to compare

What's Changed

  • Fix: runSymfonyConsoleCommand ignores specific options in #188

Full Changelog: 3.3.1...3.3.2

3.3.1

15 Mar 20:36
e45d5af
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.3.0...3.3.1

3.3.0

11 Jan 22:17
be24b2b
Compare
Choose a tag to compare

What's Changed

  • Improved support for PHP 8.1, removed support for PHP 8.0
  • Symfony 6.4 Support ( #177 )
  • Fix return type of grabSecurityService for compatibility with Symfony 7.0 by @W0rma in #178
  • Test on Symfony 7.0 ( #180 )
  • Minor formating by @ThomasLandauer in #179

Full Changelog: 3.2.0...3.3.0

3.2.0

02 Jan 03:14
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.1.1...3.2.0

3.1.1

06 Feb 07:50
f758a24
Compare
Choose a tag to compare
  • Allow installation of lib-innerbrowser v4 to support PHPUnit 10.

3.1.0

27 May 22:41
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.0.0...3.1.0

3.0.0

16 Mar 08:53
89b4af1
Compare
Choose a tag to compare
  • Support for Codeception 5

2.1.1

18 Dec 14:41
6cbbd24
Compare
Choose a tag to compare

What's Changed

2.1.0

07 Dec 15:18
518b73a
Compare
Choose a tag to compare

What's Changed

By @TavoNiievez:

  • PHP 7.4 or higher is required.
  • Support PHP 8.1
  • Updated code base to PHP 7.4 ( #146 )
  • Fix broken links in docs ( #142 )
  • Encapsulate the Client ( #140 )

By @ThomasLandauer:

  • Improving error message for public services ( #145 )
  • Updating Cest file location ( #144 )
  • Changing Symfony.php -> trait ( #143 )

Full Changelog: 2.0.5...2.1.0

2.0.5

07 Jul 01:17
3e43a76
Compare
Choose a tag to compare

Added assertions for Symfony Mime component (#139):

  • assertEmailAddressContains
  • assertEmailAttachmentCount
  • assertEmailHasHeader
  • assertEmailHeaderNotSame
  • assertEmailHeaderSame
  • assertEmailHtmlBodyContains
  • assertEmailHtmlBodyNotContains
  • assertEmailNotHasHeader
  • assertEmailTextBodyContains
  • assertEmailTextBodyNotContains