1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2026-02-13 04:40:59 +01:00

added test commands

This commit is contained in:
m7md3omer
2020-09-05 12:28:08 +02:00
parent 708ea42384
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'