fix alias for phpunit to load from current directory
This commit is contained in:
parent
2af40b0ba1
commit
4977b0f92f
|
@ -66,7 +66,7 @@ alias db:reset="php artisan migrate:reset && php artisan migrate --seed"
|
|||
alias migrate="php artisan migrate"
|
||||
alias seed="php artisan:seed"
|
||||
|
||||
alias phpunit="vendor/bin/phpunit"
|
||||
alias phpunit="./vendor/bin/phpunit"
|
||||
alias pu="phpunit"
|
||||
alias puf="phpunit --filter"
|
||||
alias pud='phpunit --debug'
|
||||
|
|
Loading…
Reference in New Issue