mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
Testing composer shortcuts
This commit is contained in:
parent
a636bf7bfa
commit
8c091b8e63
@ -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"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user