Skip to content

Releases: Codeception/module-symfony

1.5.0

11 Dec 20:50
8577543
Compare
Choose a tag to compare
  • New method by @ThomasLandauer:

    • dontSeeInSession
  • New methods by @TavoNiievez:

    • dontSeeRememberedAuthentication
    • grabNumRecords
    • seeEventTriggered
    • seeRememberedAuthentication
    • seeSessionHasValues
    • persistPermanentService
  • Now you can run test for all the methods of this module in https://github.com/Codeception/symfony-module-tests .

  • BC: Remove PHP 7.0 support (#69), code standards updated to PHP 7.1+ (#75)

  • BC: Removed parameter flags in seeAuthentication, dontSeeAuthentication and persistService, use seeRememberedAuthentication, dontSeeRememberedAuthentication and persistPermanentService instead.

Minor logical change in #74.

1.4.2

26 Nov 12:56
5b584d9
Compare
Choose a tag to compare

Minor non-logical changes in #57 and #62.

1.4.1

25 Nov 19:31
54a8c81
Compare
Choose a tag to compare

1.4.0

24 Nov 16:56
0db0214
Compare
Choose a tag to compare

1.3.0

16 Nov 16:52
261f951
Compare
Choose a tag to compare
  • New methods by @TavoNiievez:

    • grabRepository (#27)
    • seeUserPasswordDoesNotNeedRehash (#29)
    • grabParameter (#30)
    • submitSymfonyForm (#32)
    • seePageIsAvailable (#33)
    • seePageRedirectsTo (#33)
  • Supports vlucas/phpdotenv v5 (#28)

  • Minor logic fixes (#35), (#36), (#37) and (#38)

  • Improved documentation of the 'Parts' feature by @ThomasLandauer (#40)

  • BC: Removed support for php 5.6 and Symfony 2.8 (#39)

1.2.0

31 Oct 18:41
Compare
Choose a tag to compare
  • New methods by @TavoNiievez:

    • amLoggedInAs
    • logout
    • seeInSession
    • seeAuthentication
    • dontSeeAuthentication
    • seeUserHasRole
    • amOnAction
    • seeCurrentActionIs
    • seeNumRecords
  • Supports vlucas/phpdotenv ^3.6 and ^4.1

  • Improved description and error messages of grabService and seeEmailIsSent by @ThomasLandauer

Fixed seeEmailIsSent

28 Aug 07:06
7a2ecf8
Compare
Choose a tag to compare

runSymfonyConsoleCommand

05 Apr 14:11
Compare
Choose a tag to compare
  • runSymfonyConsoleCommand works with arguments, options and also console input

Initial release

19 Oct 15:29
Compare
Choose a tag to compare
1.0.0

Added package files