Hashar has uploaded a new change for review.
https://gerrit.wikimedia.org/r/174080
Change subject: Add 'composer test' to run PHPUnit
......................................................................
Add 'composer test' to run PHPUnit
A very lame composer 'test' entry point which runs PHPUnit. Will let us
craft a Jenkins job to easily install dependencies and run tests.
Bug: 73541
Change-Id: I431850b34206f307fe294afbec981643fd46376c
---
M composer.json
1 file changed, 4 insertions(+), 1 deletion(-)
git pull ssh://gerrit.wikimedia.org:29418/cdb refs/changes/80/174080/1
diff --git a/composer.json b/composer.json
index fed2a4f..34d6034 100644
--- a/composer.json
+++ b/composer.json
@@ -22,5 +22,8 @@
},
"autoload": {
"classmap": ["src/"]
- }
+ },
+ "scripts": {
+ "test": "phpunit test"
+ }
}
--
To view, visit https://gerrit.wikimedia.org/r/174080
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I431850b34206f307fe294afbec981643fd46376c
Gerrit-PatchSet: 1
Gerrit-Project: cdb
Gerrit-Branch: master
Gerrit-Owner: Hashar <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits