Legoktm has uploaded a new change for review.

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


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(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/15/91815/1

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: newchange
Gerrit-Change-Id: I4f48fdd3e5d81b8a0a34505795a7ab318c931a47
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Legoktm <[email protected]>

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

Reply via email to