Add "composer test" command

This commit is contained in:
Aaron Piotrowski 2018-10-13 09:21:12 -05:00
parent 3a19be7118
commit 28afadc6d5
No known key found for this signature in database
GPG Key ID: ADD1EF783EDE9EEB
1 changed files with 2 additions and 1 deletions

View File

@ -40,6 +40,7 @@
"@test"
],
"cs": "php-cs-fixer fix -v --diff --dry-run",
"cs-fix": "php-cs-fixer fix -v --diff"
"cs-fix": "php-cs-fixer fix -v --diff",
"test": "phpunit --coverage-text"
}
}