Closed
Description
To be added
Totally new:
- seeUserHasRoles: there is already a function that checks a single role
seeUserHasRole
, another is required that allows receiving an array of roles as a parameter. (Added seeUserHasRoles function #80) - seeRememberedAuthentication (Remove param flags from authentication methods #70)
- dontSeeRememberedAuthentication (Remove param flags from authentication methods #70)
From the laravel module:
- seeFormErrorMessages: it can be added when
seeFormErrorMessage
is merged. (Added seeFormErrorMessages function #67) - seeEventTriggered: Useful when checking the flow of an algorithm against the operation of the Symfony Event/Listener system. (Added seeEventTriggered function #68)
- dontSeeEventTriggered: as a counterpart to the previous one. (Added dontSeeEventTriggered function #83)
- grabNumRecords: to obtain the number of persisted records of a specific Entity. (Added grabNumRecords function #72)
- seeSessionHasValues: to assert multiple attributes/values in the session. (Added seeSessionHasValues function #73)
To be modified:
- seeAuthentication (Remove param flags from authentication methods #70)
- dontSeeAuthentication (Remove param flags from authentication methods #70)
- persistPermanentService (Remove param flag from persistService function #71)
Feel free to request new functions or question the ones mentioned above.
Metadata
Metadata
Assignees
Labels
No labels