X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=tests%2Fphpunit%2Fincludes%2Fparser%2FParserIntegrationTest.php;h=0e1605a944c153c332a46ad522e979551bbdd3df;hp=0390aeb478d117f06b66a5c373e0de9c80bf02d9;hb=a2c8c2969420a0f150c03f76e3a0bf9028fcda43;hpb=6d5edd87556bc75a7b1487d4ef10b03f68eb61ac diff --git a/tests/phpunit/includes/parser/ParserIntegrationTest.php b/tests/phpunit/includes/parser/ParserIntegrationTest.php index 0390aeb478..0e1605a944 100644 --- a/tests/phpunit/includes/parser/ParserIntegrationTest.php +++ b/tests/phpunit/includes/parser/ParserIntegrationTest.php @@ -23,8 +23,10 @@ use Wikimedia\ScopedCallback; * @covers DateFormatter * @covers LinkHolderArray * @covers StripState + * @covers ParserOptions + * @covers ParserOutput */ -class ParserIntegrationTest extends PHPUnit_Framework_TestCase { +class ParserIntegrationTest extends PHPUnit\Framework\TestCase { use MediaWikiCoversValidator;