X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=tests%2Fphpunit%2Fincludes%2Fparser%2FParserIntegrationTest.php;h=91653b5d86c5cfd82a4fb87cdaf5b24d31a6defe;hb=69dbaf3f883a8b43df5579641bdf1d61898b1012;hp=28430ad7cd192a8ede13be786fe1b3173072dd37;hpb=51e40a712f2f2eb57216b26a16c91d14f74d5cf2;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/phpunit/includes/parser/ParserIntegrationTest.php b/tests/phpunit/includes/parser/ParserIntegrationTest.php index 28430ad7cd..91653b5d86 100644 --- a/tests/phpunit/includes/parser/ParserIntegrationTest.php +++ b/tests/phpunit/includes/parser/ParserIntegrationTest.php @@ -8,6 +8,7 @@ use Wikimedia\ScopedCallback; * Note: the following groups are not used by PHPUnit. * The list in ParserTestFileSuite::__construct() is used instead. * + * @group large * @group Database * @group Parser * @group ParserTests @@ -26,7 +27,7 @@ use Wikimedia\ScopedCallback; * @covers ParserOptions * @covers ParserOutput */ -class ParserIntegrationTest extends PHPUnit_Framework_TestCase { +class ParserIntegrationTest extends PHPUnit\Framework\TestCase { use MediaWikiCoversValidator;