mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-24 07:54:13 +00:00
3dbe5bb0ec
This add php parallel lint test. Can be triggered using the entry point: composer test That ease Jenkins integration and let developers add more testing utilities as needed. Change-Id: I2bf0dbea9f559267001eb727c7ecfeb103717464
11 lines
140 B
JSON
11 lines
140 B
JSON
{
|
|
"require-dev": {
|
|
"jakub-onderka/php-parallel-lint": "0.9"
|
|
},
|
|
"scripts": {
|
|
"test": [
|
|
"parallel-lint . --exclude vendor"
|
|
]
|
|
}
|
|
}
|