normal: Add @covers tag to UtfNormal test
authorTimo Tijhof <krinklemail@gmail.com>
Thu, 29 Jan 2015 20:38:34 +0000 (12:38 -0800)
committerTimo Tijhof <krinklemail@gmail.com>
Thu, 29 Jan 2015 20:38:34 +0000 (12:38 -0800)
Change-Id: Ib0d64bda44cbb1f72ea69025785442967bb26d74

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;