Daniel Werner has submitted this change and it was merged.

Change subject: Added testsuite so the relevant directory is included by default
......................................................................


Added testsuite so the relevant directory is included by default

Change-Id: I75dec7cd963bb55294626d8dca58ca4d890d0ed3
---
M phpunit.xml.dist
1 file changed, 6 insertions(+), 1 deletion(-)

Approvals:
  Daniel Werner: Verified; Looks good to me, approved
  jenkins-bot: Verified



diff --git a/phpunit.xml.dist b/phpunit.xml.dist
index 8c96eb6..d9ca385 100644
--- a/phpunit.xml.dist
+++ b/phpunit.xml.dist
@@ -2,7 +2,7 @@
          backupStaticAttributes="false"
          bootstrap="Tests/bootstrap.php"
          cacheTokens="false"
-         colors="false"
+         colors="true"
          convertErrorsToExceptions="true"
          convertNoticesToExceptions="true"
          convertWarningsToExceptions="true"
@@ -12,4 +12,9 @@
          stopOnSkipped="false"
          strict="true"
          verbose="true">
+    <testsuites>
+        <testsuite name="Ask">
+            <directory>Tests</directory>
+        </testsuite>
+    </testsuites>
 </phpunit>

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I75dec7cd963bb55294626d8dca58ca4d890d0ed3
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Ask
Gerrit-Branch: master
Gerrit-Owner: Jeroen De Dauw <[email protected]>
Gerrit-Reviewer: Aude <[email protected]>
Gerrit-Reviewer: Daniel Kinzler <[email protected]>
Gerrit-Reviewer: Daniel Werner <[email protected]>
Gerrit-Reviewer: Hashar <[email protected]>
Gerrit-Reviewer: Tobias Gritschacher <[email protected]>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to