1
0
mirror of https://github.com/danog/parallel.git synced 2024-11-26 20:34:40 +01:00

Add test command to composer

This commit is contained in:
Aaron Piotrowski 2018-10-15 00:17:09 -05:00
parent f1b0a59b86
commit f74626d26a
No known key found for this signature in database
GPG Key ID: ADD1EF783EDE9EEB

View File

@ -60,6 +60,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": "@php -dzend.assertions=1 -dassert.exception=1 ./vendor/bin/phpunit --coverage-text"
}
}