1
0
mirror of https://github.com/erusev/parsedown.git synced 2025-09-09 14:20:51 +02:00

Testing composer shortcuts

This commit is contained in:
Aidan Woods
2018-12-04 17:47:34 +01:00
parent a636bf7bfa
commit 8c091b8e63

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"
}
}