From: Kunal Mehta Date: Fri, 9 Feb 2018 19:18:30 +0000 (-0800) Subject: Add a few more @covers to ParserIntegrationTest X-Git-Tag: 1.31.0-rc.0~645^2 X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=commitdiff_plain;h=6c4d32e3940ddbf310a29cb9162984f588691790 Add a few more @covers to ParserIntegrationTest Change-Id: I638077683d9d3cb40f81b4f4d594f16c349f1519 --- 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 {