From 54ba980cf8bdfd4a18e90005acdf745867ca5c14 Mon Sep 17 00:00:00 2001 From: Kunal Mehta Date: Thu, 28 Dec 2017 00:27:40 -0800 Subject: [PATCH] Remove resolved todo from MWNamespace test The todo was added by Addshore in aea1b27db02 at the same time he added all the @covers tags, so it appears to all be resolved. Change-Id: I03d866fdd1ca382ca2b1699e01a0dd9a28eef1ec --- tests/phpunit/includes/MWNamespaceTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/phpunit/includes/MWNamespaceTest.php b/tests/phpunit/includes/MWNamespaceTest.php index 498532f76c..91101bd975 100644 --- a/tests/phpunit/includes/MWNamespaceTest.php +++ b/tests/phpunit/includes/MWNamespaceTest.php @@ -7,7 +7,6 @@ /** * Test class for MWNamespace. - * @todo covers tags * @todo FIXME: this test file is a mess */ class MWNamespaceTest extends MediaWikiTestCase { -- 2.20.1