From 44c33d3d28c16348f46c3bd9b322ec11caf4ac22 Mon Sep 17 00:00:00 2001 From: Timo Tijhof Date: Thu, 29 Jan 2015 12:38:34 -0800 Subject: [PATCH] normal: Add @covers tag to UtfNormal test Change-Id: Ib0d64bda44cbb1f72ea69025785442967bb26d74 --- tests/phpunit/includes/libs/normal/Utf8Test.php | 1 + 1 file changed, 1 insertion(+) 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; -- 2.20.1