From 2041294b14a3d00c0812a1922ccf313daab7adad Mon Sep 17 00:00:00 2001 From: Kunal Mehta Date: Thu, 24 Oct 2013 18:12:47 -0700 Subject: [PATCH] Add some missing :'s Change-Id: I4f48fdd3e5d81b8a0a34505795a7ab318c931a47 --- tests/phpunit/includes/StatusTest.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 +} -- 2.20.1