Skip to content

Commit

Permalink
Merge pull request #124 from SemanticMediaWiki/paladox-patch-5
Browse files Browse the repository at this point in the history
Run php linting and minus-x
  • Loading branch information
gesinn-it-gea authored Dec 18, 2024
2 parents f8df1c7 + 4b4f6f8 commit c03a1cd
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,10 @@
"mediawiki/page-forms": ">=5.3.0"
},
"require-dev": {
"mediawiki/semantic-media-wiki": "@dev"
"mediawiki/semantic-media-wiki": "@dev",
"mediawiki/minus-x": "1.1.3",
"php-parallel-lint/php-console-highlighter": "1.0.0",
"php-parallel-lint/php-parallel-lint": "1.4.0"
},
"extra": {
"branch-alias": {
Expand All @@ -60,11 +63,14 @@
},
"scripts":{
"test": [
"@lint",
"minus-x check .",
"@phpunit"
],
"test-coverage": [
"@phpunit-coverage"
],
"lint": "parallel-lint . --exclude vendor --exclude node_modules",
"phpunit": "php ../../tests/phpunit/phpunit.php -c phpunit.xml.dist",
"phpunit-coverage": "php ../../tests/phpunit/phpunit.php -c phpunit.xml.dist --testdox --coverage-text --coverage-html coverage/php --coverage-clover coverage/php/coverage.xml"
}
Expand Down

0 comments on commit c03a1cd

Please sign in to comment.