Ejegg has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/376642 )

Change subject: Only run phpunit when the config file is present
......................................................................

Only run phpunit when the config file is present

Change-Id: I86a20e9cfe4d4a18da43739068110d16785b877a
---
M composer.json
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/wikimedia/fundraising/SmashPig 
refs/changes/42/376642/1

diff --git a/composer.json b/composer.json
index a5359ea..6e7f8b6 100644
--- a/composer.json
+++ b/composer.json
@@ -42,7 +42,7 @@
        "scripts": {
                "test": [
                        "parallel-lint . --exclude vendor",
-                       "phpunit",
+                       "[ ! -f phpunit.xml ] || phpunit",
                        "phpcs -p -s"
                ]
        },

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I86a20e9cfe4d4a18da43739068110d16785b877a
Gerrit-PatchSet: 1
Gerrit-Project: wikimedia/fundraising/SmashPig
Gerrit-Branch: master
Gerrit-Owner: Ejegg <ej...@ejegg.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to