X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=tests%2Fphpunit%2Fincludes%2Fparser%2FParserIntegrationTest.php;h=0390aeb478d117f06b66a5c373e0de9c80bf02d9;hb=8fd5a99f4e261d37cd7237a1992b1bcf03a764d3;hp=8d17d21d72debb2b7402dc782632a39f8485464b;hpb=236488d398046838059f758b0915341648b64c7b;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/phpunit/includes/parser/ParserIntegrationTest.php b/tests/phpunit/includes/parser/ParserIntegrationTest.php index 8d17d21d72..0390aeb478 100644 --- a/tests/phpunit/includes/parser/ParserIntegrationTest.php +++ b/tests/phpunit/includes/parser/ParserIntegrationTest.php @@ -12,7 +12,17 @@ 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 */ class ParserIntegrationTest extends PHPUnit_Framework_TestCase {