From 48cfdf716301fa0b53f97ca771456bf861e9f108 Mon Sep 17 00:00:00 2001 From: Kunal Mehta Date: Mon, 5 Feb 2018 21:21:37 -0800 Subject: [PATCH 1/1] Add @covers for BlockLevelPass This class was split out of Parser, so it now needs separate covers tags. Change-Id: I06c4a6a4fac3d6ff13924e3ca45ee134f7eeab20 --- tests/phpunit/includes/parser/ParserMethodsTest.php | 1 + tests/phpunit/includes/parser/TagHooksTest.php | 1 + 2 files changed, 2 insertions(+) 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 -- 2.20.1