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:
parent
f1b0a59b86
commit
f74626d26a
@ -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"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user