From: Kunal Mehta Date: Fri, 25 Oct 2013 01:12:47 +0000 (-0700) Subject: Add some missing :'s X-Git-Tag: 1.31.0-rc.0~18392 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dcompta/operations/supprimer.php?a=commitdiff_plain;h=2041294b14a3d00c0812a1922ccf313daab7adad;p=lhc%2Fweb%2Fwiklou.git Add some missing :'s Change-Id: I4f48fdd3e5d81b8a0a34505795a7ab318c931a47 --- diff --git a/tests/phpunit/includes/StatusTest.php b/tests/phpunit/includes/StatusTest.php index 5f47a59bea..332ac52945 100644 --- a/tests/phpunit/includes/StatusTest.php +++ b/tests/phpunit/includes/StatusTest.php @@ -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 +}