From: Kunal Mehta Date: Mon, 25 Dec 2017 03:16:26 +0000 (-0800) Subject: Fix @covers in XmlTest X-Git-Tag: 1.31.0-rc.0~1106 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22articles%22%2C%22id_article=%24id_article%22%29%20.%20%22?a=commitdiff_plain;h=818e93ed2b822cd9cbae25046d6e4ab55d999aee;p=lhc%2Fweb%2Fwiklou.git Fix @covers in XmlTest Follows up 389fa13ff875. Change-Id: I32ddf37b24a6b5162b383260233d616cb49f7ddb --- diff --git a/tests/phpunit/includes/XmlTest.php b/tests/phpunit/includes/XmlTest.php index d26f3ec150..4a280da374 100644 --- a/tests/phpunit/includes/XmlTest.php +++ b/tests/phpunit/includes/XmlTest.php @@ -586,7 +586,7 @@ class XmlTest extends MediaWikiTestCase { } /** - * @covers Xml::testBuildTable + * @covers Xml::buildTable */ public function testBuildTable() { $firstRow = [ 'foo', 'bar' ]; @@ -606,7 +606,7 @@ class XmlTest extends MediaWikiTestCase { } /** - * @covers Xml::testBuildTableRow + * @covers Xml::buildTableRow */ public function testBuildTableRow() { $this->assertEquals(