X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=tests%2Fphpunit%2Fincludes%2Fshell%2FShellTest.php;h=5fb3ac0f5fdbf280a4f3df714440f771263cd9c8;hb=dfec83932fd38a9086eb5a2e212889ad00f35b0e;hp=bf46f44b0c674b74b6ad6307f732dbdf2c6bd919;hpb=478a58f63101f2b47d18a618296b5e7970fa3f24;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/phpunit/includes/shell/ShellTest.php b/tests/phpunit/includes/shell/ShellTest.php index bf46f44b0c..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 } @@ -45,11 +43,12 @@ class ShellTest extends MediaWikiTestCase { * @param string[] $options * @param callable|null $hook */ - public function testMakeScriptCommand( $expected, - $script, - $parameters, - $options = [], - $hook = null + public function testMakeScriptCommand( + $expected, + $script, + $parameters, + $options = [], + $hook = null ) { // Running tests under Vagrant involves MWMultiVersion that uses the below hook $this->setMwGlobals( 'wgHooks', [] );