Merge "normal: Add @covers tag to UtfNormal test"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Thu, 29 Jan 2015 20:55:13 +0000 (20:55 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Thu, 29 Jan 2015 20:55:13 +0000 (20:55 +0000)
tests/phpunit/includes/libs/normal/Utf8Test.php

index 86ae08e..6d8457d 100644 (file)
@@ -99,6 +99,7 @@ class Utf8Test extends PHPUnit_Framework_TestCase {
 
        /**
         * @dataProvider provideLines
+        * @covers UtfNormal::quickisNFCVerify
         */
        function testLine( $test, $line, $columns, $exceptions ) {
                $stripped = $line;