Add a few more @covers to ParserIntegrationTest
authorKunal Mehta <legoktm@member.fsf.org>
Fri, 9 Feb 2018 19:18:30 +0000 (11:18 -0800)
committerKunal Mehta <legoktm@member.fsf.org>
Fri, 9 Feb 2018 19:19:03 +0000 (11:19 -0800)
Change-Id: I638077683d9d3cb40f81b4f4d594f16c349f1519

tests/phpunit/includes/parser/ParserIntegrationTest.php

index 0390aeb..28430ad 100644 (file)
@@ -23,6 +23,8 @@ use Wikimedia\ScopedCallback;
  * @covers DateFormatter
  * @covers LinkHolderArray
  * @covers StripState
+ * @covers ParserOptions
+ * @covers ParserOutput
  */
 class ParserIntegrationTest extends PHPUnit_Framework_TestCase {