Thiemo Mättig (WMDE) has uploaded a new change for review. https://gerrit.wikimedia.org/r/210044
Change subject: Fix mismatching @covers tags in Lib and Repo ...................................................................... Fix mismatching @covers tags in Lib and Repo Change-Id: I2c93ed6e7e7d265d27f25ea0b6e6d8ea83c0964f --- M lib/tests/phpunit/formatters/EscapingEntityIdFormatterTest.php M repo/tests/phpunit/includes/EntityIdLabelFormatterFactoryTest.php M repo/tests/phpunit/includes/rdf/HashDedupeBagTest.php 3 files changed, 3 insertions(+), 3 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Wikibase refs/changes/44/210044/1 diff --git a/lib/tests/phpunit/formatters/EscapingEntityIdFormatterTest.php b/lib/tests/phpunit/formatters/EscapingEntityIdFormatterTest.php index 4c72c77..a1691c3 100644 --- a/lib/tests/phpunit/formatters/EscapingEntityIdFormatterTest.php +++ b/lib/tests/phpunit/formatters/EscapingEntityIdFormatterTest.php @@ -7,7 +7,7 @@ use Wikibase\Lib\EscapingEntityIdFormatter; /** - * @covers Wikibase\Lib\EscapingValueFormatter + * @covers Wikibase\Lib\EscapingEntityIdFormatter * * @group ValueFormatters * @group DataValueExtensions diff --git a/repo/tests/phpunit/includes/EntityIdLabelFormatterFactoryTest.php b/repo/tests/phpunit/includes/EntityIdLabelFormatterFactoryTest.php index 7ae266e..2560030 100644 --- a/repo/tests/phpunit/includes/EntityIdLabelFormatterFactoryTest.php +++ b/repo/tests/phpunit/includes/EntityIdLabelFormatterFactoryTest.php @@ -7,7 +7,7 @@ use Wikibase\Repo\EntityIdLabelFormatterFactory; /** - * @covers Wikibase\Repo\EntityIdHtmlLinkFormatterFactory + * @covers Wikibase\Repo\EntityIdLabelFormatterFactory * * @group ValueFormatters * @group WikibaseLib diff --git a/repo/tests/phpunit/includes/rdf/HashDedupeBagTest.php b/repo/tests/phpunit/includes/rdf/HashDedupeBagTest.php index f18f81b..ca556c3 100644 --- a/repo/tests/phpunit/includes/rdf/HashDedupeBagTest.php +++ b/repo/tests/phpunit/includes/rdf/HashDedupeBagTest.php @@ -6,7 +6,7 @@ use Wikibase\Rdf\HashDedupeBag; /** - * @covers Wikibase\Rdf\HashDedupeBagTest + * @covers Wikibase\Rdf\HashDedupeBag * * @group Wikibase * @group WikibaseRepo -- To view, visit https://gerrit.wikimedia.org/r/210044 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I2c93ed6e7e7d265d27f25ea0b6e6d8ea83c0964f Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/Wikibase Gerrit-Branch: master Gerrit-Owner: Thiemo Mättig (WMDE) <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
