https://github.com/dwightwatson/laravel-auth-tests
Some boilerplate tests for Laravel's auth scaffold
https://github.com/dwightwatson/laravel-auth-tests
laravel testing
Last synced: about 1 year ago
JSON representation
Some boilerplate tests for Laravel's auth scaffold
- Host: GitHub
- URL: https://github.com/dwightwatson/laravel-auth-tests
- Owner: dwightwatson
- License: mit
- Created: 2017-07-27T23:43:55.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-07-22T22:54:34.000Z (almost 7 years ago)
- Last Synced: 2025-03-24T17:13:46.697Z (about 1 year ago)
- Topics: laravel, testing
- Language: PHP
- Size: 5.86 KB
- Stars: 65
- Watchers: 4
- Forks: 12
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# laravel-auth-tests
These are some boilerplate PHPUnit tests that will provide coverage for Laravel's auth scaffold. Drop them into a fresh (or existing) Laravel app that uses the scaffold to ensure your users can register, login and reset their passwords.
You may need to adjust them if you've customised your app's auth flow at all, but that's probably a good thing.
For more information, here's [a relevant blog post](https://www.neontsunami.com/posts/laravel-auth-scaffold-tests).