Tobias Gritschacher has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/67429


Change subject: Fix @covers tags
......................................................................

Fix @covers tags

Change-Id: I58e9407de3b6683ffd75b05002942bb5c3e3b93f
---
M lib/tests/phpunit/PropertyNotFoundExceptionTest.php
M lib/tests/phpunit/util/HttpAcceptNegotiatorTest.php
M lib/tests/phpunit/util/HttpAcceptParserTest.php
M repo/tests/phpunit/includes/EntityViewTest.php
M repo/tests/phpunit/includes/ItemViewTest.php
5 files changed, 5 insertions(+), 7 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Wikibase 
refs/changes/29/67429/1

diff --git a/lib/tests/phpunit/PropertyNotFoundExceptionTest.php 
b/lib/tests/phpunit/PropertyNotFoundExceptionTest.php
index 38aa72c..3c74661 100644
--- a/lib/tests/phpunit/PropertyNotFoundExceptionTest.php
+++ b/lib/tests/phpunit/PropertyNotFoundExceptionTest.php
@@ -6,7 +6,7 @@
 use Wikibase\Lib\PropertyNotFoundException;
 
 /**
- * @covers Wikibase\Lib\PropertyNotFoundException class.
+ * @covers Wikibase\Lib\PropertyNotFoundException
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/lib/tests/phpunit/util/HttpAcceptNegotiatorTest.php 
b/lib/tests/phpunit/util/HttpAcceptNegotiatorTest.php
index da51640..47d73e6 100644
--- a/lib/tests/phpunit/util/HttpAcceptNegotiatorTest.php
+++ b/lib/tests/phpunit/util/HttpAcceptNegotiatorTest.php
@@ -8,7 +8,7 @@
 use Wikibase\Term;
 
 /**
- * Test for HttpAcceptNegotiator
+ * @covers Wikibase\HttpAcceptNegotiator
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -37,7 +37,6 @@
  * @licence GNU GPL v2+
  * @author Daniel Kinzler
  *
- * @covers HttpAcceptNegotiator
  */
 class HttpAcceptNegotiatorTest extends \PHPUnit_Framework_TestCase {
 
diff --git a/lib/tests/phpunit/util/HttpAcceptParserTest.php 
b/lib/tests/phpunit/util/HttpAcceptParserTest.php
index bfdf03f..175aa9b 100644
--- a/lib/tests/phpunit/util/HttpAcceptParserTest.php
+++ b/lib/tests/phpunit/util/HttpAcceptParserTest.php
@@ -9,7 +9,7 @@
 use Wikibase\Term;
 
 /**
- * Test for HttpAcceptParser
+ * @covers Wikibase\HttpAcceptParser
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -38,7 +38,6 @@
  * @licence GNU GPL v2+
  * @author Daniel Kinzler
  *
- * @covers HttpAcceptNegotiator
  */
 class HttpAcceptParserTest extends \PHPUnit_Framework_TestCase {
 
diff --git a/repo/tests/phpunit/includes/EntityViewTest.php 
b/repo/tests/phpunit/includes/EntityViewTest.php
index 2182c20..1c5293d 100644
--- a/repo/tests/phpunit/includes/EntityViewTest.php
+++ b/repo/tests/phpunit/includes/EntityViewTest.php
@@ -5,7 +5,7 @@
 use \ValueFormatters\ValueFormatterFactory;
 
 /**
- * @covers EntityView
+ * @covers Wikibase\EntityView
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/repo/tests/phpunit/includes/ItemViewTest.php 
b/repo/tests/phpunit/includes/ItemViewTest.php
index eae202b..0ce9838 100644
--- a/repo/tests/phpunit/includes/ItemViewTest.php
+++ b/repo/tests/phpunit/includes/ItemViewTest.php
@@ -9,7 +9,7 @@
 use ValueFormatters\ValueFormatterFactory;
 
 /**
- * @covers Wikibase\ItemView.
+ * @covers Wikibase\ItemView
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

-- 
To view, visit https://gerrit.wikimedia.org/r/67429
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I58e9407de3b6683ffd75b05002942bb5c3e3b93f
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Wikibase
Gerrit-Branch: master
Gerrit-Owner: Tobias Gritschacher <[email protected]>

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

Reply via email to