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

Conversation

javadihugo
Copy link
Contributor

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.

@javadihugo
Copy link
Contributor Author

Wait, is it possible someone might first install an old version of Laravel where the installer doesn't generate unverified as part of the boilerplate?

@taylorotwell taylorotwell merged commit 317ea6f into laravel:2.x Apr 17, 2024
17 of 18 checks passed
@javadihugo javadihugo 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
2 participants