Add some missing :'s
authorKunal Mehta <legoktm@gmail.com>
Fri, 25 Oct 2013 01:12:47 +0000 (18:12 -0700)
committerKunal Mehta <legoktm@gmail.com>
Fri, 25 Oct 2013 01:16:21 +0000 (18:16 -0700)
Change-Id: I4f48fdd3e5d81b8a0a34505795a7ab318c931a47

tests/phpunit/includes/StatusTest.php

index 5f47a59..332ac52 100644 (file)
@@ -35,10 +35,10 @@ class StatusTest extends MediaWikiTestCase {
        }
 
        /**
-        * @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 @@ class StatusTest extends MediaWikiTestCase {
        }
 
        /**
-        * @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 @@ class StatusTest extends MediaWikiTestCase {
        //todo test replaceMessage
        //todo test replaceMessage
 
-}
\ No newline at end of file
+}