Commit d99cf73b authored by Mahmoud Zalt's avatar Mahmoud Zalt

edit alias, use the phpunit of the project

parent a365425c
......@@ -34,7 +34,7 @@ alias composer:dump="composer dump-autoload -o"
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"
# requires installation of 'https://www.npmjs.com/package/npms-cli'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment