From: Kunal Mehta Date: Tue, 6 Feb 2018 05:15:52 +0000 (-0800) Subject: Add @covers for RemexStripTagHandler X-Git-Tag: 1.31.0-rc.0~675^2~1 X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=commitdiff_plain;h=2ab7ae9d24009f8cd7555cdbd15c9a852b1cc4db Add @covers for RemexStripTagHandler This internal class is only used by Sanitizer::stripAllTags(). Change-Id: Ib913ee14524539216305da7e3183c07ab7d72cb5 --- 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