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

Refactor email verification tests #379

Merged
merged 3 commits into from Apr 17, 2024
Merged

Refactor email verification tests #379

merged 3 commits into from Apr 17, 2024

Conversation

ghost
Copy link

@ghost ghost commented Apr 17, 2024

Currently, the email verification tests do not use the User factory's unverified helper. They instead override the email_verified_at attribute's default value to null via the make method. This PR refactors said tests to make use of the unverified helper.

@taylorotwell taylorotwell merged commit 317ea6f into laravel:2.x Apr 17, 2024
17 of 18 checks passed
@ghost ghost deleted the refactor-email-verification-tests branch April 17, 2024 19:27
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.

None yet

2 participants