jenkins-bot has submitted this change and it was merged. Change subject: Add missing @group Wikibase to various tests ......................................................................
Add missing @group Wikibase to various tests For consistency and because this is used on Jenkins and on Travis for running the tests. See also T72555. Change-Id: Ibe3eed73ae7f42714d9bf0e67575c8ae77e2c640 --- M lib/tests/phpunit/EntityIdComposerTest.php M lib/tests/phpunit/EntityTypeDefinitionsTest.php M lib/tests/phpunit/EntityTypesTest.php M repo/tests/phpunit/includes/Api/GetClaimsStatementFilterTest.php M repo/tests/phpunit/includes/EntityTypesTest.php M repo/tests/phpunit/includes/ParserOutput/DispatchingEntityViewFactoryTest.php M repo/tests/phpunit/includes/ParserOutput/FallbackHintHtmlTermRendererTest.php M repo/tests/phpunit/includes/ParserOutput/PlaceholderEmittingEntityTermsViewTest.php 8 files changed, 24 insertions(+), 0 deletions(-) Approvals: Aude: Looks good to me, approved jenkins-bot: Verified diff --git a/lib/tests/phpunit/EntityIdComposerTest.php b/lib/tests/phpunit/EntityIdComposerTest.php index 90f8d4c..2df4f4f 100644 --- a/lib/tests/phpunit/EntityIdComposerTest.php +++ b/lib/tests/phpunit/EntityIdComposerTest.php @@ -13,6 +13,9 @@ /** * @covers Wikibase\Lib\EntityIdComposer * + * @group Wikibase + * @group WikibaseLib + * * @licence GNU GPL v2+ * @author Thiemo Mättig */ diff --git a/lib/tests/phpunit/EntityTypeDefinitionsTest.php b/lib/tests/phpunit/EntityTypeDefinitionsTest.php index 09927fe..bf8b371 100644 --- a/lib/tests/phpunit/EntityTypeDefinitionsTest.php +++ b/lib/tests/phpunit/EntityTypeDefinitionsTest.php @@ -8,6 +8,9 @@ /** * @covers Wikibase\Lib\EntityTypeDefinitions * + * @group Wikibase + * @group WikibaseLib + * * @licence GNU GPL v2+ * @author Bene* < [email protected] > * @author Thiemo Mättig diff --git a/lib/tests/phpunit/EntityTypesTest.php b/lib/tests/phpunit/EntityTypesTest.php index 4132731..1b49cc7 100644 --- a/lib/tests/phpunit/EntityTypesTest.php +++ b/lib/tests/phpunit/EntityTypesTest.php @@ -11,6 +11,9 @@ /** * @covers WikibaseLib.entitytypes.php * + * @group Wikibase + * @group WikibaseLib + * * @licence GNU GPL v2+ * @author Bene* < [email protected] > */ diff --git a/repo/tests/phpunit/includes/Api/GetClaimsStatementFilterTest.php b/repo/tests/phpunit/includes/Api/GetClaimsStatementFilterTest.php index bb288f8..6be66ff 100644 --- a/repo/tests/phpunit/includes/Api/GetClaimsStatementFilterTest.php +++ b/repo/tests/phpunit/includes/Api/GetClaimsStatementFilterTest.php @@ -13,6 +13,9 @@ /** * @covers Wikibase\Repo\Api\GetClaimsStatementFilter * + * @group Wikibase + * @group WikibaseRepo + * * @license GPL-2.0+ * @author Thiemo Mättig */ diff --git a/repo/tests/phpunit/includes/EntityTypesTest.php b/repo/tests/phpunit/includes/EntityTypesTest.php index 855f1f1..457a385 100644 --- a/repo/tests/phpunit/includes/EntityTypesTest.php +++ b/repo/tests/phpunit/includes/EntityTypesTest.php @@ -13,6 +13,9 @@ /** * @covers WikibaseRepo.entitytypes.php * + * @group Wikibase + * @group WikibaseRepo + * * @licence GNU GPL v2+ * @author Bene* < [email protected] > */ diff --git a/repo/tests/phpunit/includes/ParserOutput/DispatchingEntityViewFactoryTest.php b/repo/tests/phpunit/includes/ParserOutput/DispatchingEntityViewFactoryTest.php index cd81a3f..e3703b1 100644 --- a/repo/tests/phpunit/includes/ParserOutput/DispatchingEntityViewFactoryTest.php +++ b/repo/tests/phpunit/includes/ParserOutput/DispatchingEntityViewFactoryTest.php @@ -16,6 +16,9 @@ /** * @covers Wikibase\Repo\ParserOutput\DispatchingEntityViewFactory * + * @group Wikibase + * @group WikibaseRepo + * * @licence GNU GPL v2+ * @author Bene* < [email protected] > */ diff --git a/repo/tests/phpunit/includes/ParserOutput/FallbackHintHtmlTermRendererTest.php b/repo/tests/phpunit/includes/ParserOutput/FallbackHintHtmlTermRendererTest.php index adca350..fa8e2c8 100644 --- a/repo/tests/phpunit/includes/ParserOutput/FallbackHintHtmlTermRendererTest.php +++ b/repo/tests/phpunit/includes/ParserOutput/FallbackHintHtmlTermRendererTest.php @@ -12,6 +12,9 @@ /** * @covers Wikibase\Repo\ParserOutput\FallbackHintHtmlTermRenderer * + * @group Wikibase + * @group WikibaseRepo + * * @license GNU GPL v2+ * @author Adrian Heine <[email protected]> */ diff --git a/repo/tests/phpunit/includes/ParserOutput/PlaceholderEmittingEntityTermsViewTest.php b/repo/tests/phpunit/includes/ParserOutput/PlaceholderEmittingEntityTermsViewTest.php index 4bc9e9f..49f10f9 100644 --- a/repo/tests/phpunit/includes/ParserOutput/PlaceholderEmittingEntityTermsViewTest.php +++ b/repo/tests/phpunit/includes/ParserOutput/PlaceholderEmittingEntityTermsViewTest.php @@ -16,6 +16,9 @@ /** * @covers Wikibase\Repo\ParserOutput\PlaceholderEmittingEntityTermsView * + * @group Wikibase + * @group WikibaseRepo + * * @license GNU GPL v2+ * @author Adrian Heine <[email protected]> */ -- To view, visit https://gerrit.wikimedia.org/r/313817 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ibe3eed73ae7f42714d9bf0e67575c8ae77e2c640 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/Wikibase Gerrit-Branch: master Gerrit-Owner: Hoo man <[email protected]> Gerrit-Reviewer: Addshore <[email protected]> Gerrit-Reviewer: Aude <[email protected]> Gerrit-Reviewer: Jonas Kress (WMDE) <[email protected]> Gerrit-Reviewer: Thiemo Mättig (WMDE) <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
