-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
caec14b
commit 17c4984
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Missing tests for Laravel's auth module | ||
## Installation | ||
```bash | ||
composer require dczajkowski/auth-tests --dev | ||
php artisan make:auth-tests | ||
``` | ||
|
||
## Updating | ||
To update tests when a new version of this package arrives: | ||
```bash | ||
composer update dczajkowski/auth-tests | ||
php artisan make:auth-tests --force | ||
``` | ||
**Warning! All changes to the files this package provides will be lost when running this command!** | ||
|
||
## Contributing | ||
Feel free to make PRs to this repo. | ||
|
||
## License | ||
License can be found in the `LICENSE` file. It is a simple MIT, which basically means, use it howewer you like. |