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

Change subject: Add some missing :'s
......................................................................


Add some missing :'s

Change-Id: I4f48fdd3e5d81b8a0a34505795a7ab318c931a47
---
M tests/phpunit/includes/StatusTest.php
1 file changed, 5 insertions(+), 5 deletions(-)

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



diff --git a/tests/phpunit/includes/StatusTest.php 
b/tests/phpunit/includes/StatusTest.php
index 5f47a59..332ac52 100644
--- a/tests/phpunit/includes/StatusTest.php
+++ b/tests/phpunit/includes/StatusTest.php
@@ -35,10 +35,10 @@
        }
 
        /**
-        * @covers Status:newFatal
+        * @covers Status::newFatal
         * @covers Status::isGood
         * @covers Status::isOK
-        * @covers Status:getMessage
+        * @covers Status::getMessage
         */
        public function testNewFatalWithMessage() {
                $message = $this->getMockBuilder( 'Message' )
@@ -52,10 +52,10 @@
        }
 
        /**
-        * @covers Status:newFatal
+        * @covers Status::newFatal
         * @covers Status::isGood
         * @covers Status::isOK
-        * @covers Status:getMessage
+        * @covers Status::getMessage
         */
        public function testNewFatalWithString() {
                $message = 'foo';
@@ -189,4 +189,4 @@
        //todo test replaceMessage
        //todo test replaceMessage
 
-}
\ No newline at end of file
+}

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I4f48fdd3e5d81b8a0a34505795a7ab318c931a47
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Legoktm <[email protected]>
Gerrit-Reviewer: Mwalker <[email protected]>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to