mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-23 23:44:53 +00:00
Add composer.json
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
This commit is contained in:
parent
49ec566a10
commit
3dbe5bb0ec
10
composer.json
Normal file
10
composer.json
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"require-dev": {
|
||||
"jakub-onderka/php-parallel-lint": "0.9"
|
||||
},
|
||||
"scripts": {
|
||||
"test": [
|
||||
"parallel-lint . --exclude vendor"
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue