From: Kunal Mehta Date: Tue, 6 Feb 2018 05:21:37 +0000 (-0800) Subject: Add @covers for BlockLevelPass X-Git-Tag: 1.31.0-rc.0~675^2 X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=commitdiff_plain;h=48cfdf716301fa0b53f97ca771456bf861e9f108;hp=2ab7ae9d24009f8cd7555cdbd15c9a852b1cc4db Add @covers for BlockLevelPass This class was split out of Parser, so it now needs separate covers tags. Change-Id: I06c4a6a4fac3d6ff13924e3ca45ee134f7eeab20 --- diff --git a/tests/phpunit/includes/parser/ParserMethodsTest.php b/tests/phpunit/includes/parser/ParserMethodsTest.php index ae58d1ce06..d2ed4415bf 100644 --- a/tests/phpunit/includes/parser/ParserMethodsTest.php +++ b/tests/phpunit/includes/parser/ParserMethodsTest.php @@ -3,6 +3,7 @@ /** * @group Database * @covers Parser + * @covers BlockLevelPass */ class ParserMethodsTest extends MediaWikiLangTestCase { diff --git a/tests/phpunit/includes/parser/TagHooksTest.php b/tests/phpunit/includes/parser/TagHooksTest.php index 2fdaa1892f..bc09adc809 100644 --- a/tests/phpunit/includes/parser/TagHooksTest.php +++ b/tests/phpunit/includes/parser/TagHooksTest.php @@ -5,6 +5,7 @@ * @group Parser * * @covers Parser + * @covers BlockLevelPass * @covers StripState * * @covers Preprocessor_DOM