From 2ab7ae9d24009f8cd7555cdbd15c9a852b1cc4db Mon Sep 17 00:00:00 2001 From: Kunal Mehta Date: Mon, 5 Feb 2018 21:15:52 -0800 Subject: [PATCH] Add @covers for RemexStripTagHandler This internal class is only used by Sanitizer::stripAllTags(). Change-Id: Ib913ee14524539216305da7e3183c07ab7d72cb5 --- tests/phpunit/includes/parser/SanitizerTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/phpunit/includes/parser/SanitizerTest.php b/tests/phpunit/includes/parser/SanitizerTest.php index 2cf9553f94..6590338d36 100644 --- a/tests/phpunit/includes/parser/SanitizerTest.php +++ b/tests/phpunit/includes/parser/SanitizerTest.php @@ -517,6 +517,7 @@ class SanitizerTest extends MediaWikiTestCase { * @dataProvider provideStripAllTags * * @covers Sanitizer::stripAllTags() + * @covers RemexStripTagHandler * * @param string $input * @param string $expected -- 2.20.1