X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=tests%2Fphpunit%2Fincludes%2Fshell%2FShellTest.php;h=5fb3ac0f5fdbf280a4f3df714440f771263cd9c8;hb=dfec83932fd38a9086eb5a2e212889ad00f35b0e;hp=3c0558380658fc610c3c34cf2d0f2e119c2a18d8;hpb=ee00b6853b263f426da60a179357e39edc37bfd5;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/phpunit/includes/shell/ShellTest.php b/tests/phpunit/includes/shell/ShellTest.php index 3c05583806..5fb3ac0f5f 100644 --- a/tests/phpunit/includes/shell/ShellTest.php +++ b/tests/phpunit/includes/shell/ShellTest.php @@ -10,8 +10,6 @@ use Wikimedia\TestingAccessWrapper; */ class ShellTest extends MediaWikiTestCase { - use MediaWikiCoversValidator; - public function testIsDisabled() { $this->assertInternalType( 'bool', Shell::isDisabled() ); // sanity }