mirror of
https://github.com/flarum/core.git
synced 2025-07-27 19:50:20 +02:00
Add descriptions to custom Composer scripts
This commit is contained in:
@@ -95,5 +95,11 @@
|
|||||||
"test:unit": "phpunit -c tests/phpunit.unit.xml",
|
"test:unit": "phpunit -c tests/phpunit.unit.xml",
|
||||||
"test:integration": "phpunit -c tests/phpunit.integration.xml",
|
"test:integration": "phpunit -c tests/phpunit.integration.xml",
|
||||||
"test:setup": "@php tests/integration/setup.php"
|
"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."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user