X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=tests%2Fphpunit%2Fincludes%2Fshell%2FCommandFactoryTest.php;h=b031431af75fb60501127751b85dc6cac1e5e1eb;hb=643225cbc7009c2e04f89ae6e81fd9be0f9d716c;hp=bf0f65b5e90ed35eb5d9aeb506a059a7ab49b3da;hpb=587d08c5a626f8195def9f82ee83e17c85824db8;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/phpunit/includes/shell/CommandFactoryTest.php b/tests/phpunit/includes/shell/CommandFactoryTest.php index bf0f65b5e9..b031431af7 100644 --- a/tests/phpunit/includes/shell/CommandFactoryTest.php +++ b/tests/phpunit/includes/shell/CommandFactoryTest.php @@ -9,7 +9,10 @@ use Wikimedia\TestingAccessWrapper; /** * @group Shell */ -class CommandFactoryTest extends PHPUnit_Framework_TestCase { +class CommandFactoryTest extends PHPUnit\Framework\TestCase { + + use MediaWikiCoversValidator; + /** * @covers MediaWiki\Shell\CommandFactory::create */