Testing composer shortcuts

This commit is contained in:
Aidan Woods 2018-12-04 17:47:34 +01:00
parent a636bf7bfa
commit 8c091b8e63
No known key found for this signature in database
GPG Key ID: 9A6A8EFAA512BBB9

View File

@ -25,5 +25,15 @@
},
"autoload-dev": {
"psr-4": {"Erusev\\Parsedown\\Tests\\": "tests/"}
},
"scripts": {
"test": [
"@test-units",
"@test-formatting"
],
"test-units": "vendor/bin/phpunit",
"test-formatting": "@composer fix -- --dry-run",
"fix": "vendor/bin/php-cs-fixer fix --verbose --show-progress=dots --diff"
}
}