From: Timo Tijhof Date: Thu, 29 Jan 2015 20:38:34 +0000 (-0800) Subject: normal: Add @covers tag to UtfNormal test X-Git-Tag: 1.31.0-rc.0~12553^2 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=44c33d3d28c16348f46c3bd9b322ec11caf4ac22;p=lhc%2Fweb%2Fwiklou.git normal: Add @covers tag to UtfNormal test Change-Id: Ib0d64bda44cbb1f72ea69025785442967bb26d74 --- diff --git a/tests/phpunit/includes/libs/normal/Utf8Test.php b/tests/phpunit/includes/libs/normal/Utf8Test.php index 86ae08ec83..6d8457d640 100644 --- a/tests/phpunit/includes/libs/normal/Utf8Test.php +++ b/tests/phpunit/includes/libs/normal/Utf8Test.php @@ -99,6 +99,7 @@ class Utf8Test extends PHPUnit_Framework_TestCase { /** * @dataProvider provideLines + * @covers UtfNormal::quickisNFCVerify */ function testLine( $test, $line, $columns, $exceptions ) { $stripped = $line;