From 3e16cc20e886a1fc487bad746632ed50bfd7906c Mon Sep 17 00:00:00 2001 From: Kunal Mehta Date: Wed, 7 Feb 2018 22:00:29 -0800 Subject: [PATCH] Add @covers tags for parser tests Change-Id: I24d3550a07be7a5699475047eb78806f36caec2e --- .../includes/parser/ParserIntegrationTest.php | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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 { -- 2.20.1