X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=tests%2Fphpunit%2Fincludes%2Flibs%2FXmlTypeCheckTest.php;h=8a11d874e296eda4f827ea923e7cb3b4f9b8320c;hb=1ade7ff45b245c116a74e1fa6c047d5ced766385;hp=5c5eeaa702c8aa7c07993764da57caa600e434e8;hpb=512a187a2f58b020fb866f0fdc5703091f9e47e3;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/phpunit/includes/libs/XmlTypeCheckTest.php b/tests/phpunit/includes/libs/XmlTypeCheckTest.php index 5c5eeaa702..8a11d874e2 100644 --- a/tests/phpunit/includes/libs/XmlTypeCheckTest.php +++ b/tests/phpunit/includes/libs/XmlTypeCheckTest.php @@ -6,11 +6,13 @@ * @covers XMLTypeCheck */ class XmlTypeCheckTest extends PHPUnit_Framework_TestCase { + + use MediaWikiCoversValidator; + const WELL_FORMED_XML = ""; const MAL_FORMED_XML = ""; - // @codingStandardsIgnoreStart Generic.Files.LineLength + // phpcs:ignore Generic.Files.LineLength const XML_WITH_PIH = ''; - // @codingStandardsIgnoreEnd /** * @covers XMLTypeCheck::newFromString