Awight has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/195485

Change subject: WIP Add "composer test" entry point
......................................................................

WIP Add "composer test" entry point

FIXME: Turns out, we're using a bastardize coding convention here which doesn't
adhere to either the Drupal or MediaWiki standards.

Change-Id: I72b71cb80d9f07f189704f28a8cde3d5a351e37d
---
M composer.json
1 file changed, 9 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/wikimedia/fundraising/crm 
refs/changes/85/195485/1

diff --git a/composer.json b/composer.json
index 0949432..c4b98c4 100644
--- a/composer.json
+++ b/composer.json
@@ -25,6 +25,14 @@
         "twig/twig": "1.*"
     },
     "require-dev": {
-        "phpunit/phpunit": "4.*"
+        "jakub-onderka/php-parallel-lint": "0.8.*",
+        "drupal/coder": "8.*",
+        "squizlabs/php_codesniffer": "2.*"
+    },
+    "scripts": {
+        "test": [
+            "parallel-lint . --exclude vendor",
+            "phpcs --standard=vendor/drupal/coder/coder_sniffer/Drupal 
--extensions=php,php5,inc --ignore=vendor --ignore=civicrm --ignore=drupal 
--ignore=sites/default/files -p ."
+        ]
     }
 }

-- 
To view, visit https://gerrit.wikimedia.org/r/195485
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I72b71cb80d9f07f189704f28a8cde3d5a351e37d
Gerrit-PatchSet: 1
Gerrit-Project: wikimedia/fundraising/crm
Gerrit-Branch: master
Gerrit-Owner: Awight <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to