feat(laravel): add alias for artisan test command

This commit is contained in:
Reza Askari 2024-03-30 16:25:49 +03:30 committed by GitHub
commit de030dc279
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,6 +4,7 @@ alias bob='php artisan bob::build'
# Development
alias pas='php artisan serve'
alias pat='php artisan test'
# Database
alias pam='php artisan migrate'