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

@ -5,6 +5,11 @@ alias bob='php artisan bob::build'
# Development
alias pas='php artisan serve'
#test
alias pat="php artisan test"
alias pu="vendor/bin/phpunit"
alias puf="vendor/bin/phpunit --filter"
# Database
alias pam='php artisan migrate'
alias pamf='php artisan migrate:fresh'