aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/shell/ShellTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/phpunit/includes/shell/ShellTest.php')
-rw-r--r--tests/phpunit/includes/shell/ShellTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/phpunit/includes/shell/ShellTest.php b/tests/phpunit/includes/shell/ShellTest.php
index 0dd88bb8685b..609e3c6ca9e7 100644
--- a/tests/phpunit/includes/shell/ShellTest.php
+++ b/tests/phpunit/includes/shell/ShellTest.php
@@ -11,7 +11,7 @@ use Wikimedia\TestingAccessWrapper;
class ShellTest extends MediaWikiTestCase {
public function testIsDisabled() {
- $this->assertInternalType( 'bool', Shell::isDisabled() ); // sanity
+ $this->assertIsBool( Shell::isDisabled() ); // sanity
}
/**