Thiemo Mättig (WMDE) has uploaded a new change for review. https://gerrit.wikimedia.org/r/181050
Change subject: Fix broken/missing @covers tags in Lib\Store ...................................................................... Fix broken/missing @covers tags in Lib\Store Change-Id: I11d5aef852ba960c53bdb7a35922627af492e874 --- M lib/tests/phpunit/store/EntityInfoTermLookupTest.php M lib/tests/phpunit/store/EntityRedirectResolvingDecoratorTest.php M lib/tests/phpunit/store/EntityRetrievingTermLookupTest.php M lib/tests/phpunit/store/EntityTermLookupTest.php M lib/tests/phpunit/store/LanguageFallbackLabelLookupTest.php M lib/tests/phpunit/store/LanguageLabelLookupTest.php M lib/tests/phpunit/store/SiteLinkTableTest.php M lib/tests/phpunit/store/SqlEntityInfoBuilderTest.php 8 files changed, 22 insertions(+), 5 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Wikibase refs/changes/50/181050/1 diff --git a/lib/tests/phpunit/store/EntityInfoTermLookupTest.php b/lib/tests/phpunit/store/EntityInfoTermLookupTest.php index 8d21862..c6046e5 100644 --- a/lib/tests/phpunit/store/EntityInfoTermLookupTest.php +++ b/lib/tests/phpunit/store/EntityInfoTermLookupTest.php @@ -11,7 +11,7 @@ * @covers Wikibase\Lib\Store\EntityInfoTermLookup * * @licence GNU GPL v2+ - * @author Katie Filbert + * @author Katie Filbert < aude.w...@gmail.com > * @author Daniel Kinzler */ class EntityInfoTermLookupTest extends \MediaWikiTestCase { diff --git a/lib/tests/phpunit/store/EntityRedirectResolvingDecoratorTest.php b/lib/tests/phpunit/store/EntityRedirectResolvingDecoratorTest.php index 45730ef..fc4c9ea 100644 --- a/lib/tests/phpunit/store/EntityRedirectResolvingDecoratorTest.php +++ b/lib/tests/phpunit/store/EntityRedirectResolvingDecoratorTest.php @@ -13,7 +13,7 @@ use Wikibase\PropertyLabelResolver; /** - * @covers Wikibase\Lib\Store\EntityRedirectResolver + * @covers Wikibase\Lib\Store\EntityRedirectResolvingDecorator * * @group WikibaseLib * @group Wikibase diff --git a/lib/tests/phpunit/store/EntityRetrievingTermLookupTest.php b/lib/tests/phpunit/store/EntityRetrievingTermLookupTest.php index cc22e93..7bc50bd 100644 --- a/lib/tests/phpunit/store/EntityRetrievingTermLookupTest.php +++ b/lib/tests/phpunit/store/EntityRetrievingTermLookupTest.php @@ -6,6 +6,13 @@ use Wikibase\DataModel\Entity\ItemId; use Wikibase\Lib\Store\EntityRetrievingTermLookup; +/** + * @covers Wikibase\Lib\Store\EntityRetrievingTermLookup + * + * @licence GNU GPL v2+ + * @author Katie Filbert < aude.w...@gmail.com > + * @author Daniel Kinzler + */ class EntityRetrievingTermLookupTest extends \PHPUnit_Framework_TestCase { public function testGetLabel() { diff --git a/lib/tests/phpunit/store/EntityTermLookupTest.php b/lib/tests/phpunit/store/EntityTermLookupTest.php index 5fc8769..a6909b0 100644 --- a/lib/tests/phpunit/store/EntityTermLookupTest.php +++ b/lib/tests/phpunit/store/EntityTermLookupTest.php @@ -9,7 +9,7 @@ * @covers Wikibase\Lib\Store\EntityTermLookup * * @licence GNU GPL v2+ - * @author Katie Filbert + * @author Katie Filbert < aude.w...@gmail.com > */ class EntityTermLookupTest extends \MediaWikiTestCase { diff --git a/lib/tests/phpunit/store/LanguageFallbackLabelLookupTest.php b/lib/tests/phpunit/store/LanguageFallbackLabelLookupTest.php index 386266e..68ffebb 100644 --- a/lib/tests/phpunit/store/LanguageFallbackLabelLookupTest.php +++ b/lib/tests/phpunit/store/LanguageFallbackLabelLookupTest.php @@ -7,9 +7,14 @@ use Wikibase\Lib\Store\LanguageFallbackLabelLookup; /** + * @covers Wikibase\Lib\Store\LanguageFallbackLabelLookup + * * @group Wikibase * @group WikibaseLib * @group WikibaseStore + * + * @licence GNU GPL v2+ + * @author Katie Filbert < aude.w...@gmail.com > */ class LanguageFallbackLabelLookupTest extends \MediaWikiTestCase { diff --git a/lib/tests/phpunit/store/LanguageLabelLookupTest.php b/lib/tests/phpunit/store/LanguageLabelLookupTest.php index 93a0c2b..f0f9a6c 100644 --- a/lib/tests/phpunit/store/LanguageLabelLookupTest.php +++ b/lib/tests/phpunit/store/LanguageLabelLookupTest.php @@ -7,9 +7,14 @@ use Wikibase\Lib\Store\LanguageLabelLookup; /** + * @covers Wikibase\Lib\Store\LanguageLabelLookup + * * @group Wikibase * @group WikibaseLib * @group WikibaseStore + * + * @licence GNU GPL v2+ + * @author Katie Filbert < aude.w...@gmail.com > */ class LanguageLabelLookupTest extends \MediaWikiTestCase { diff --git a/lib/tests/phpunit/store/SiteLinkTableTest.php b/lib/tests/phpunit/store/SiteLinkTableTest.php index a3f6b3e..d435e37 100644 --- a/lib/tests/phpunit/store/SiteLinkTableTest.php +++ b/lib/tests/phpunit/store/SiteLinkTableTest.php @@ -18,7 +18,7 @@ * * @licence GNU GPL v2+ * @author Jeroen De Dauw < jeroended...@gmail.com > - * @author aude + * @author Katie Filbert < aude.w...@gmail.com > */ class SiteLinkTableTest extends \MediaWikiTestCase { diff --git a/lib/tests/phpunit/store/SqlEntityInfoBuilderTest.php b/lib/tests/phpunit/store/SqlEntityInfoBuilderTest.php index 6b1e1bb..992fba7 100644 --- a/lib/tests/phpunit/store/SqlEntityInfoBuilderTest.php +++ b/lib/tests/phpunit/store/SqlEntityInfoBuilderTest.php @@ -9,7 +9,7 @@ use Wikibase\Settings; /** - * @covers Wikibase\SqlEntityInfoBuilder + * @covers Wikibase\Lib\Store\Sql\SqlEntityInfoBuilder * * @group Wikibase * @group WikibaseLib -- To view, visit https://gerrit.wikimedia.org/r/181050 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I11d5aef852ba960c53bdb7a35922627af492e874 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/Wikibase Gerrit-Branch: master Gerrit-Owner: Thiemo Mättig (WMDE) <thiemo.maet...@wikimedia.de> _______________________________________________ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits