Jeroen De Dauw has uploaded a new change for review. https://gerrit.wikimedia.org/r/82058
Change subject: Fix coverage tags for Entity ...................................................................... Fix coverage tags for Entity Change-Id: Ib1415de424fbf5df5e680da185cc6d615fc12da8 --- M tests/phpunit/Entity/ItemTest.php M tests/phpunit/Entity/PropertyTest.php 2 files changed, 2 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/WikibaseDataModel refs/changes/58/82058/1 diff --git a/tests/phpunit/Entity/ItemTest.php b/tests/phpunit/Entity/ItemTest.php index cd040ca..df882b5 100644 --- a/tests/phpunit/Entity/ItemTest.php +++ b/tests/phpunit/Entity/ItemTest.php @@ -26,6 +26,7 @@ /** * @covers Wikibase\Item + * @covers Wikibase\Entity * * Some tests for this class are located in ItemMultilangTextsTest, * ItemNewEmptyTest and ItemNewFromArrayTest. diff --git a/tests/phpunit/Entity/PropertyTest.php b/tests/phpunit/Entity/PropertyTest.php index 22d9391..0327a41 100644 --- a/tests/phpunit/Entity/PropertyTest.php +++ b/tests/phpunit/Entity/PropertyTest.php @@ -8,6 +8,7 @@ /** * @covers Wikibase\Property + * @covers Wikibase\Entity * * @file * @since 0.1 -- To view, visit https://gerrit.wikimedia.org/r/82058 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ib1415de424fbf5df5e680da185cc6d615fc12da8 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/WikibaseDataModel Gerrit-Branch: master Gerrit-Owner: Jeroen De Dauw <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
