From 6c4d32e3940ddbf310a29cb9162984f588691790 Mon Sep 17 00:00:00 2001 From: Kunal Mehta Date: Fri, 9 Feb 2018 11:18:30 -0800 Subject: [PATCH] Add a few more @covers to ParserIntegrationTest Change-Id: I638077683d9d3cb40f81b4f4d594f16c349f1519 --- tests/phpunit/includes/parser/ParserIntegrationTest.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/phpunit/includes/parser/ParserIntegrationTest.php b/tests/phpunit/includes/parser/ParserIntegrationTest.php index 0390aeb478..28430ad7cd 100644 --- a/tests/phpunit/includes/parser/ParserIntegrationTest.php +++ b/tests/phpunit/includes/parser/ParserIntegrationTest.php @@ -23,6 +23,8 @@ use Wikimedia\ScopedCallback; * @covers DateFormatter * @covers LinkHolderArray * @covers StripState + * @covers ParserOptions + * @covers ParserOutput */ class ParserIntegrationTest extends PHPUnit_Framework_TestCase { -- 2.20.1