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.