jenkins-bot has submitted this change and it was merged.

Change subject: Fix coverage tags for Entity
......................................................................


Fix coverage tags for Entity

Change-Id: Ib1415de424fbf5df5e680da185cc6d615fc12da8
---
M tests/phpunit/Entity/EntityTest.php
M tests/phpunit/Entity/ItemTest.php
M tests/phpunit/Entity/PropertyTest.php
3 files changed, 5 insertions(+), 0 deletions(-)

Approvals:
  Tobias Gritschacher: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/tests/phpunit/Entity/EntityTest.php 
b/tests/phpunit/Entity/EntityTest.php
index ce04dac..71ab54a 100644
--- a/tests/phpunit/Entity/EntityTest.php
+++ b/tests/phpunit/Entity/EntityTest.php
@@ -468,6 +468,9 @@
        }
 
        /**
+        * @covers Wikibase\Entity::equals
+        * @covers Wikibase\DataModel\Internal\ObjectComparer::dataEquals
+        *
         * @dataProvider provideEquals
         */
        public function testEquals( array $a, array $b, $equals ) {
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: merged
Gerrit-Change-Id: Ib1415de424fbf5df5e680da185cc6d615fc12da8
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/WikibaseDataModel
Gerrit-Branch: master
Gerrit-Owner: Jeroen De Dauw <[email protected]>
Gerrit-Reviewer: Tobias Gritschacher <[email protected]>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to