Skip to content

[5.6] Create assertion to determine if a cookie is not expired - #24119

Merged
taylorotwell merged 1 commit into
laravel:5.6from
roberto-aguilar:feature/cookie-assertions
May 5, 2018
Merged

[5.6] Create assertion to determine if a cookie is not expired#24119
taylorotwell merged 1 commit into
laravel:5.6from
roberto-aguilar:feature/cookie-assertions

Conversation

@roberto-aguilar

Copy link
Copy Markdown
Contributor

As @JamesAnelay pointed out in #21793, an assertCookieNotExpired is useful for pre-assertion scenarios.

This new assertion will:

  • Fail if the cookie is not present at all
  • Fail if the cookie is present but expired
  • Pass if the cookie is present and not expired

This new assertion will:

- Fail if the cookie is not present at all
- Fail if the cookie is present but expired
- Pass if the cookie is present and not expired
@taylorotwell
taylorotwell merged commit eeeeee4 into laravel:5.6 May 5, 2018
@roberto-aguilar
roberto-aguilar deleted the feature/cookie-assertions branch May 5, 2018 14:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants