Add descriptions to custom Composer scripts

This commit is contained in:
Franz Liedke 2019-07-05 23:34:23 +02:00
parent 02ab9eb905
commit bbd0cc5676

View File

@ -95,5 +95,11 @@
"test:unit": "phpunit -c tests/phpunit.unit.xml",
"test:integration": "phpunit -c tests/phpunit.integration.xml",
"test:setup": "@php tests/integration/setup.php"
},
"scripts-descriptions": {
"test": "Runs all tests.",
"test:unit": "Runs all unit tests.",
"test:integration": "Runs all integration tests.",
"test:setup": "Sets up a database for use with integration tests. Execute this only once."
}
}