mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-09 02:24:03 +01:00
added test commands
This commit is contained in:
parent
708ea42384
commit
71dff06157
2 changed files with 13 additions and 0 deletions
|
|
@ -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 |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue