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

Change subject: Remove system tests from phpunit config as this group cannot be 
run via the normal runner
......................................................................


Remove system tests from phpunit config as this group cannot be run via the 
normal runner

Change-Id: I3bab2defb75e5dd07c340f1aad23273afd4ecbdd
---
M Tests/bootstrap.php
M phpunit.xml.dist
2 files changed, 0 insertions(+), 4 deletions(-)

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



diff --git a/Tests/bootstrap.php b/Tests/bootstrap.php
index 3267097..4ae39bf 100644
--- a/Tests/bootstrap.php
+++ b/Tests/bootstrap.php
@@ -19,4 +19,3 @@
 require_once( __DIR__ . '/../../WikibaseDataModel/tests/testLoader.php' );
 
 require_once( __DIR__ . '/../WikibaseQuery.php' );
-
diff --git a/phpunit.xml.dist b/phpunit.xml.dist
index 8033e12..a6f601d 100644
--- a/phpunit.xml.dist
+++ b/phpunit.xml.dist
@@ -19,9 +19,6 @@
         <testsuite name="WikibaseQueryIntegration">
             <directory>Tests/Integration</directory>
         </testsuite>
-        <testsuite name="WikibaseQuerySystem">
-            <directory>Tests/System</directory>
-        </testsuite>
     </testsuites>
 
     <filter>

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I3bab2defb75e5dd07c340f1aad23273afd4ecbdd
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/WikibaseQuery
Gerrit-Branch: master
Gerrit-Owner: Jeroen De Dauw <[email protected]>
Gerrit-Reviewer: Addshore <[email protected]>
Gerrit-Reviewer: Jeroen De Dauw <[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