Skip to content

Releases: Codeception/module-symfony

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

2.0.4

07 Jun 06:16
cfb8c6c
Compare
Choose a tag to compare
  • New method: $I->goToLogoutPath();

  • $I->logout(); is now an alias for $I->logoutProgrammatically();

  • Added changelog link to readme.md (#136) by @Arhell

2.0.3

01 Jun 01:51
3ee8015
Compare
Choose a tag to compare
  • Added Symfony 5.3 compatibility (#133).
  • Added new method: $I->seeRequestTimeIsLessThan() (#132).

2.0.2

16 Apr 13:39
0460f39
Compare
Choose a tag to compare

Logical changes by @mrsombre :

  • Fix Doctrine Connection service alias (#129)

Documentation changes by @ThomasLandauer :

  • submitSymfonyForm(): Mentioning name attribute (#128)

2.0.1

28 Mar 15:48
bfc25c7
Compare
Choose a tag to compare

Minor changes in documentation by @ThomasLandauer :

  • Added info from the 'Codeception for Symfony' page (#98)
  • Explaining the stopFollowingRedirects() restriction for email (#118)
  • Added 'See also' in related email functions (#122)
  • Standardize "@example.com" as domain in documentation (#124)
  • Mentioning Symfony Mailer requirement (#126)
  • Changing Fail message for Symfony Mailer (#127)