From: Kunal Mehta Date: Thu, 8 Feb 2018 06:00:29 +0000 (-0800) Subject: Add @covers tags for parser tests X-Git-Tag: 1.31.0-rc.0~661^2 X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=commitdiff_plain;h=3e16cc20e886a1fc487bad746632ed50bfd7906c;p=lhc%2Fweb%2Fwiklou.git Add @covers tags for parser tests Change-Id: I24d3550a07be7a5699475047eb78806f36caec2e --- diff --git a/tests/phpunit/includes/parser/ParserIntegrationTest.php b/tests/phpunit/includes/parser/ParserIntegrationTest.php index 8d17d21d72..0390aeb478 100644 --- a/tests/phpunit/includes/parser/ParserIntegrationTest.php +++ b/tests/phpunit/includes/parser/ParserIntegrationTest.php @@ -12,7 +12,17 @@ use Wikimedia\ScopedCallback; * @group Parser * @group ParserTests * - * @todo covers tags + * @covers Parser + * @covers BlockLevelPass + * @covers CoreParserFunctions + * @covers CoreTagHooks + * @covers Sanitizer + * @covers Preprocessor + * @covers Preprocessor_DOM + * @covers Preprocessor_Hash + * @covers DateFormatter + * @covers LinkHolderArray + * @covers StripState */ class ParserIntegrationTest extends PHPUnit_Framework_TestCase {