Merge "Add @covers tags for parser tests"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Thu, 8 Feb 2018 21:01:24 +0000 (21:01 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Thu, 8 Feb 2018 21:01:24 +0000 (21:01 +0000)
tests/phpunit/includes/parser/ParserIntegrationTest.php

index 8d17d21..0390aeb 100644 (file)
@@ -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 {