Aude has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/236834

Change subject: Fix @group tags (WikibaseLib -> WikibaseRepo)
......................................................................

Fix @group tags (WikibaseLib -> WikibaseRepo)

Change-Id: Ib9f15d9b83c870470a2a8b86ffa4efb35bf9586e
---
M repo/tests/phpunit/includes/EntityIdHtmlLinkFormatterFactoryTest.php
M repo/tests/phpunit/includes/EntityIdLabelFormatterFactoryTest.php
M repo/tests/phpunit/includes/Localizer/DispatchingExceptionLocalizerTest.php
M repo/tests/phpunit/includes/Localizer/GenericExceptionLocalizerTest.php
M repo/tests/phpunit/includes/Localizer/MessageExceptionLocalizerTest.php
M repo/tests/phpunit/includes/Localizer/ParseExceptionLocalizerTest.php
M repo/tests/phpunit/includes/PidLockTest.php
M repo/tests/phpunit/includes/Validators/AlternativeValidatorTest.php
M repo/tests/phpunit/includes/Validators/CompositeValidatorTest.php
M repo/tests/phpunit/includes/Validators/DataFieldValidatorTest.php
M repo/tests/phpunit/includes/Validators/DataValueValidatorTest.php
M repo/tests/phpunit/includes/Validators/EntityExistsValidatorTest.php
M repo/tests/phpunit/includes/Validators/MembershipValidatorTest.php
M repo/tests/phpunit/includes/Validators/NotEntityIdValidatorTest.php
M repo/tests/phpunit/includes/Validators/NumberRangeValidatorTest.php
M repo/tests/phpunit/includes/Validators/NumberValidatorTest.php
M repo/tests/phpunit/includes/Validators/RegexValidatorTest.php
M repo/tests/phpunit/includes/Validators/StringLengthValidatorTest.php
M repo/tests/phpunit/includes/Validators/TypeValidatorTest.php
M repo/tests/phpunit/includes/Validators/UrlSchemeValidatorsTest.php
M repo/tests/phpunit/includes/Validators/UrlValidatorTest.php
M repo/tests/phpunit/includes/Validators/ValidatorErrorLocalizerTest.php
22 files changed, 22 insertions(+), 22 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Wikibase 
refs/changes/34/236834/1

diff --git 
a/repo/tests/phpunit/includes/EntityIdHtmlLinkFormatterFactoryTest.php 
b/repo/tests/phpunit/includes/EntityIdHtmlLinkFormatterFactoryTest.php
index d65c01a..12d7a1a 100644
--- a/repo/tests/phpunit/includes/EntityIdHtmlLinkFormatterFactoryTest.php
+++ b/repo/tests/phpunit/includes/EntityIdHtmlLinkFormatterFactoryTest.php
@@ -10,7 +10,7 @@
  * @covers Wikibase\Repo\EntityIdHtmlLinkFormatterFactory
  *
  * @group ValueFormatters
- * @group WikibaseLib
+ * @group WikibaseRepo
  * @group Wikibase
  *
  * @licence GNU GPL v2+
diff --git a/repo/tests/phpunit/includes/EntityIdLabelFormatterFactoryTest.php 
b/repo/tests/phpunit/includes/EntityIdLabelFormatterFactoryTest.php
index ad87dc8..d3be605 100644
--- a/repo/tests/phpunit/includes/EntityIdLabelFormatterFactoryTest.php
+++ b/repo/tests/phpunit/includes/EntityIdLabelFormatterFactoryTest.php
@@ -10,7 +10,7 @@
  * @covers Wikibase\Repo\EntityIdLabelFormatterFactory
  *
  * @group ValueFormatters
- * @group WikibaseLib
+ * @group WikibaseRepo
  * @group Wikibase
  *
  * @licence GNU GPL v2+
diff --git 
a/repo/tests/phpunit/includes/Localizer/DispatchingExceptionLocalizerTest.php 
b/repo/tests/phpunit/includes/Localizer/DispatchingExceptionLocalizerTest.php
index c66e2df..424ca75 100644
--- 
a/repo/tests/phpunit/includes/Localizer/DispatchingExceptionLocalizerTest.php
+++ 
b/repo/tests/phpunit/includes/Localizer/DispatchingExceptionLocalizerTest.php
@@ -14,7 +14,7 @@
  * @covers Wikibase\Repo\Localizer\DispatchingExceptionLocalizer
  *
  * @group Wikibase
- * @group WikibaseLib
+ * @group WikibaseRepo
  *
  * @licence GNU GPL v2+
  * @author Daniel Kinzler
diff --git 
a/repo/tests/phpunit/includes/Localizer/GenericExceptionLocalizerTest.php 
b/repo/tests/phpunit/includes/Localizer/GenericExceptionLocalizerTest.php
index ccb4f8d..226c4c8 100644
--- a/repo/tests/phpunit/includes/Localizer/GenericExceptionLocalizerTest.php
+++ b/repo/tests/phpunit/includes/Localizer/GenericExceptionLocalizerTest.php
@@ -10,7 +10,7 @@
  * @covers Wikibase\Repo\Localizer\GenericExceptionLocalizer
  *
  * @group Wikibase
- * @group WikibaseLib
+ * @group WikibaseRepo
  *
  * @licence GNU GPL v2+
  * @author Katie Filbert < aude.w...@gmail.com >
diff --git 
a/repo/tests/phpunit/includes/Localizer/MessageExceptionLocalizerTest.php 
b/repo/tests/phpunit/includes/Localizer/MessageExceptionLocalizerTest.php
index 63fb470..6fd5ec8 100644
--- a/repo/tests/phpunit/includes/Localizer/MessageExceptionLocalizerTest.php
+++ b/repo/tests/phpunit/includes/Localizer/MessageExceptionLocalizerTest.php
@@ -10,7 +10,7 @@
  * @covers Wikibase\Repo\Localizer\MessageExceptionLocalizer
  *
  * @group Wikibase
- * @group WikibaseLib
+ * @group WikibaseRepo
  *
  * @licence GNU GPL v2+
  * @author Daniel Kinzler
diff --git 
a/repo/tests/phpunit/includes/Localizer/ParseExceptionLocalizerTest.php 
b/repo/tests/phpunit/includes/Localizer/ParseExceptionLocalizerTest.php
index 0aa10d2..513cc28 100644
--- a/repo/tests/phpunit/includes/Localizer/ParseExceptionLocalizerTest.php
+++ b/repo/tests/phpunit/includes/Localizer/ParseExceptionLocalizerTest.php
@@ -10,7 +10,7 @@
  * @covers Wikibase\Repo\Localizer\ParseExceptionLocalizer
  *
  * @group Wikibase
- * @group WikibaseLib
+ * @group WikibaseRepo
  *
  * @licence GNU GPL v2+
  * @author Daniel Kinzler
diff --git a/repo/tests/phpunit/includes/PidLockTest.php 
b/repo/tests/phpunit/includes/PidLockTest.php
index 4791b6c..4bcd778 100644
--- a/repo/tests/phpunit/includes/PidLockTest.php
+++ b/repo/tests/phpunit/includes/PidLockTest.php
@@ -8,7 +8,7 @@
 /**
  * @covers Wikibase\Repo\PidLock
  *
- * @group WikibaseLib
+ * @group WikibaseRepo
  * @group Wikibase
  *
  * @license GNU GPL v2+
diff --git 
a/repo/tests/phpunit/includes/Validators/AlternativeValidatorTest.php 
b/repo/tests/phpunit/includes/Validators/AlternativeValidatorTest.php
index 53316d4..7dfd391 100644
--- a/repo/tests/phpunit/includes/Validators/AlternativeValidatorTest.php
+++ b/repo/tests/phpunit/includes/Validators/AlternativeValidatorTest.php
@@ -11,7 +11,7 @@
  *
  * @license GPL 2+
  *
- * @group WikibaseLib
+ * @group WikibaseRepo
  * @group Wikibase
  * @group WikibaseValidators
  *
diff --git a/repo/tests/phpunit/includes/Validators/CompositeValidatorTest.php 
b/repo/tests/phpunit/includes/Validators/CompositeValidatorTest.php
index ef57b44..06967f0 100644
--- a/repo/tests/phpunit/includes/Validators/CompositeValidatorTest.php
+++ b/repo/tests/phpunit/includes/Validators/CompositeValidatorTest.php
@@ -14,7 +14,7 @@
  *
  * @license GPL 2+
  *
- * @group WikibaseLib
+ * @group WikibaseRepo
  * @group Wikibase
  * @group WikibaseValidators
  *
diff --git a/repo/tests/phpunit/includes/Validators/DataFieldValidatorTest.php 
b/repo/tests/phpunit/includes/Validators/DataFieldValidatorTest.php
index 33da2bb..05b7079 100644
--- a/repo/tests/phpunit/includes/Validators/DataFieldValidatorTest.php
+++ b/repo/tests/phpunit/includes/Validators/DataFieldValidatorTest.php
@@ -11,7 +11,7 @@
  *
  * @license GPL 2+
  *
- * @group WikibaseLib
+ * @group WikibaseRepo
  * @group Wikibase
  * @group WikibaseValidators
  *
diff --git a/repo/tests/phpunit/includes/Validators/DataValueValidatorTest.php 
b/repo/tests/phpunit/includes/Validators/DataValueValidatorTest.php
index e1ca270..c9e7bfc 100644
--- a/repo/tests/phpunit/includes/Validators/DataValueValidatorTest.php
+++ b/repo/tests/phpunit/includes/Validators/DataValueValidatorTest.php
@@ -12,7 +12,7 @@
  *
  * @license GPL 2+
  *
- * @group WikibaseLib
+ * @group WikibaseRepo
  * @group Wikibase
  * @group WikibaseValidators
  *
diff --git 
a/repo/tests/phpunit/includes/Validators/EntityExistsValidatorTest.php 
b/repo/tests/phpunit/includes/Validators/EntityExistsValidatorTest.php
index a53d549..10cd31a 100644
--- a/repo/tests/phpunit/includes/Validators/EntityExistsValidatorTest.php
+++ b/repo/tests/phpunit/includes/Validators/EntityExistsValidatorTest.php
@@ -16,7 +16,7 @@
  *
  * @license GPL 2+
  *
- * @group WikibaseLib
+ * @group WikibaseRepo
  * @group Wikibase
  * @group WikibaseValidators
  *
diff --git a/repo/tests/phpunit/includes/Validators/MembershipValidatorTest.php 
b/repo/tests/phpunit/includes/Validators/MembershipValidatorTest.php
index 6cd0ecd..e9118fe 100644
--- a/repo/tests/phpunit/includes/Validators/MembershipValidatorTest.php
+++ b/repo/tests/phpunit/includes/Validators/MembershipValidatorTest.php
@@ -8,7 +8,7 @@
 /**
  * @covers \Wikibase\Repo\Validators\MembershipValidator
  *
- * @group WikibaseLib
+ * @group WikibaseRepo
  * @group Wikibase
  * @group WikibaseValidators
  *
diff --git 
a/repo/tests/phpunit/includes/Validators/NotEntityIdValidatorTest.php 
b/repo/tests/phpunit/includes/Validators/NotEntityIdValidatorTest.php
index 61075bc..71dd957 100644
--- a/repo/tests/phpunit/includes/Validators/NotEntityIdValidatorTest.php
+++ b/repo/tests/phpunit/includes/Validators/NotEntityIdValidatorTest.php
@@ -9,7 +9,7 @@
 /**
  * @covers \Wikibase\Repo\Validators\NotEntityIdValidator
  *
- * @group WikibaseLib
+ * @group WikibaseRepo
  * @group Wikibase
  * @group WikibaseValidators
  *
diff --git 
a/repo/tests/phpunit/includes/Validators/NumberRangeValidatorTest.php 
b/repo/tests/phpunit/includes/Validators/NumberRangeValidatorTest.php
index daace07..c1eda19 100644
--- a/repo/tests/phpunit/includes/Validators/NumberRangeValidatorTest.php
+++ b/repo/tests/phpunit/includes/Validators/NumberRangeValidatorTest.php
@@ -8,7 +8,7 @@
 /**
  * @covers \Wikibase\Repo\Validators\NumberRangeValidator
  *
- * @group WikibaseLib
+ * @group WikibaseRepo
  * @group Wikibase
  * @group WikibaseValidators
  *
diff --git a/repo/tests/phpunit/includes/Validators/NumberValidatorTest.php 
b/repo/tests/phpunit/includes/Validators/NumberValidatorTest.php
index bde26c8..f2b02c4 100644
--- a/repo/tests/phpunit/includes/Validators/NumberValidatorTest.php
+++ b/repo/tests/phpunit/includes/Validators/NumberValidatorTest.php
@@ -9,7 +9,7 @@
  *
  * @license GPL 2+
  *
- * @group WikibaseLib
+ * @group WikibaseRepo
  * @group Wikibase
  * @group WikibaseValidators
  *
diff --git a/repo/tests/phpunit/includes/Validators/RegexValidatorTest.php 
b/repo/tests/phpunit/includes/Validators/RegexValidatorTest.php
index b9a5fe5..55a60af 100644
--- a/repo/tests/phpunit/includes/Validators/RegexValidatorTest.php
+++ b/repo/tests/phpunit/includes/Validators/RegexValidatorTest.php
@@ -10,7 +10,7 @@
  *
  * @license GPL 2+
  *
- * @group WikibaseLib
+ * @group WikibaseRepo
  * @group Wikibase
  * @group WikibaseValidators
  *
diff --git 
a/repo/tests/phpunit/includes/Validators/StringLengthValidatorTest.php 
b/repo/tests/phpunit/includes/Validators/StringLengthValidatorTest.php
index 3d9100c..49d2321 100644
--- a/repo/tests/phpunit/includes/Validators/StringLengthValidatorTest.php
+++ b/repo/tests/phpunit/includes/Validators/StringLengthValidatorTest.php
@@ -10,7 +10,7 @@
  *
  * @license GPL 2+
  *
- * @group WikibaseLib
+ * @group WikibaseRepo
  * @group Wikibase
  * @group WikibaseValidators
  *
diff --git a/repo/tests/phpunit/includes/Validators/TypeValidatorTest.php 
b/repo/tests/phpunit/includes/Validators/TypeValidatorTest.php
index 3c1a7fb..4aa7bdd 100644
--- a/repo/tests/phpunit/includes/Validators/TypeValidatorTest.php
+++ b/repo/tests/phpunit/includes/Validators/TypeValidatorTest.php
@@ -12,7 +12,7 @@
  *
  * @license GPL 2+
  *
- * @group WikibaseLib
+ * @group WikibaseRepo
  * @group Wikibase
  * @group WikibaseValidators
  *
diff --git a/repo/tests/phpunit/includes/Validators/UrlSchemeValidatorsTest.php 
b/repo/tests/phpunit/includes/Validators/UrlSchemeValidatorsTest.php
index f628c6b..9ae28c8 100644
--- a/repo/tests/phpunit/includes/Validators/UrlSchemeValidatorsTest.php
+++ b/repo/tests/phpunit/includes/Validators/UrlSchemeValidatorsTest.php
@@ -11,7 +11,7 @@
  *
  * @license GPL 2+
  *
- * @group WikibaseLib
+ * @group WikibaseRepo
  * @group Wikibase
  * @group WikibaseValidators
  * @group Database
diff --git a/repo/tests/phpunit/includes/Validators/UrlValidatorTest.php 
b/repo/tests/phpunit/includes/Validators/UrlValidatorTest.php
index b18e957..f8076da 100644
--- a/repo/tests/phpunit/includes/Validators/UrlValidatorTest.php
+++ b/repo/tests/phpunit/includes/Validators/UrlValidatorTest.php
@@ -11,7 +11,7 @@
  *
  * @license GPL 2+
  *
- * @group WikibaseLib
+ * @group WikibaseRepo
  * @group Wikibase
  * @group WikibaseValidators
  * @group Database
diff --git 
a/repo/tests/phpunit/includes/Validators/ValidatorErrorLocalizerTest.php 
b/repo/tests/phpunit/includes/Validators/ValidatorErrorLocalizerTest.php
index a10ce13..d9bc3ee 100644
--- a/repo/tests/phpunit/includes/Validators/ValidatorErrorLocalizerTest.php
+++ b/repo/tests/phpunit/includes/Validators/ValidatorErrorLocalizerTest.php
@@ -12,7 +12,7 @@
  *
  * @license GPL 2+
  *
- * @group WikibaseLib
+ * @group WikibaseRepo
  * @group Wikibase
  * @group WikibaseValidators
  *

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib9f15d9b83c870470a2a8b86ffa4efb35bf9586e
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Wikibase
Gerrit-Branch: master
Gerrit-Owner: Aude <aude.w...@gmail.com>

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

Reply via email to