Releases: Codeception/module-symfony
1.5.0
-
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
andpersistService
, useseeRememberedAuthentication
,dontSeeRememberedAuthentication
andpersistPermanentService
instead.
Minor logical change in #74.
1.4.2
- Support PHP 8 by @Naktibalda
1.4.1
- Minor logic fixes (#58), (#59), and (#60) by @TavoNiievez
1.4.0
1.3.0
-
New methods by @TavoNiievez:
-
Supports vlucas/phpdotenv v5 (#28)
-
Improved documentation of the 'Parts' feature by @ThomasLandauer (#40)
-
BC: Removed support for php 5.6 and Symfony 2.8 (#39)
1.2.0
-
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
runSymfonyConsoleCommand
- runSymfonyConsoleCommand works with arguments, options and also console input
Initial release
1.0.0 Added package files