Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
May 5, 2018
Merged

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

merged 1 commit into from
May 5, 2018

Conversation

roberto-aguilar
Copy link
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