added test commands

This commit is contained in:
m7md3omer 2020-09-05 12:28:08 +02:00
commit 71dff06157
2 changed files with 13 additions and 0 deletions

View file

@ -11,6 +11,14 @@ plugins=(... laravel)
| `artisan` | `php artisan` |
| `pas` | `php artisan serve` |
## Tests
| Alias | Description |
|:-:|:-:|
| `pat` | `php artisan test` |
| `pu` | `vendor/bin/phpunit` |
| `puf` | `vendor/bin/phpunit --filter` |
## Database
| Alias | Description |