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=8d17d21d72debb2b7402dc782632a39f8485464b;hb=63d96c15fde8d4d2842aa50c5ed2ce594aa0c674;hpb=16c80e429be5904fb42a93f260f8de3d18f0c692 diff --git a/tests/phpunit/includes/parser/ParserIntegrationTest.php b/tests/phpunit/includes/parser/ParserIntegrationTest.php index 8d17d21d72..0e1605a944 100644 --- a/tests/phpunit/includes/parser/ParserIntegrationTest.php +++ b/tests/phpunit/includes/parser/ParserIntegrationTest.php @@ -12,9 +12,21 @@ 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 + * @covers ParserOptions + * @covers ParserOutput */ -class ParserIntegrationTest extends PHPUnit_Framework_TestCase { +class ParserIntegrationTest extends PHPUnit\Framework\TestCase { use MediaWikiCoversValidator;