An open API service indexing awesome lists of open source software.

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

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).