Fix params for launching process #724

This commit is contained in:
Nabeel Shahzad
2020-05-23 12:51:12 -04:00
parent 8527b39fe2
commit 688be6f75a
3 changed files with 19 additions and 11 deletions

View File

@@ -76,7 +76,7 @@ tests: test
.PHONY: test
test:
@#php artisan database:create --reset
@vendor/bin/phpunit --verbose --debug
@vendor/bin/phpunit --verbose
.PHONY: phpcs
phpcs: