jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/406004 )

Change subject: Add @covers tag
......................................................................


Add @covers tag

Change-Id: Idd3ee3ad400854973933f80da5d0ff5e307aa1ea
---
M tests/phpunit/DateManipulatorTest.php
1 file changed, 3 insertions(+), 0 deletions(-)

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



diff --git a/tests/phpunit/DateManipulatorTest.php 
b/tests/phpunit/DateManipulatorTest.php
index 4446104..db818a6 100644
--- a/tests/phpunit/DateManipulatorTest.php
+++ b/tests/phpunit/DateManipulatorTest.php
@@ -6,6 +6,9 @@
 
 use ContentTranslation\DateManipulator;
 
+/**
+ * @covers \ContentTranslation\DateManipulator
+ */
 class DateManipulatorTest extends \PHPUnit_Framework_TestCase {
        public function testConstructor() {
                $this->assertInstanceOf(

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Idd3ee3ad400854973933f80da5d0ff5e307aa1ea
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/ContentTranslation
Gerrit-Branch: master
Gerrit-Owner: Legoktm <lego...@member.fsf.org>
Gerrit-Reviewer: Jforrester <jforres...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to