Jeroen De Dauw has submitted this change and it was merged.

Change subject: Added config for phpunit-testrunner
......................................................................


Added config for phpunit-testrunner

Change-Id: I433d0c8bd7940a530dca83426ba0900b8388821a
---
A phpunit.watcher.json
1 file changed, 14 insertions(+), 0 deletions(-)

Approvals:
  Jeroen De Dauw: Verified; Looks good to me, approved



diff --git a/phpunit.watcher.json b/phpunit.watcher.json
new file mode 100644
index 0000000..a14b158
--- /dev/null
+++ b/phpunit.watcher.json
@@ -0,0 +1,14 @@
+{
+       "rootPath": ".",
+       "fileOrDirectoriesToWatch": [
+               "src",
+               "Tests/Phpunit",
+               "WikibaseQuery.php"
+       ],
+       "commandArguments": [
+               "-c",
+               "phpunit.xml.dist",
+               "--testsuite",
+               "WikibaseQueryUnit"
+       ]
+}
\ No newline at end of file

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I433d0c8bd7940a530dca83426ba0900b8388821a
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/WikibaseQuery
Gerrit-Branch: master
Gerrit-Owner: Jeroen De Dauw <jeroended...@gmail.com>
Gerrit-Reviewer: Jeroen De Dauw <jeroended...@gmail.com>

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

Reply via email to