diff options
author | Kunal Mehta <legoktm@member.fsf.org> | 2017-12-29 15:22:37 -0800 |
---|---|---|
committer | Umherirrender <umherirrender_de.wp@web.de> | 2018-01-01 08:28:02 +0000 |
commit | 75160bdd3b4ac3642d147cda46e47c809999937d (patch) | |
tree | a200a2b970df4bdb54679ebbc682c50f5625e9c0 /tests/phpunit/includes/shell/ShellTest.php | |
parent | 589d4aaed1c6353cf205e86024e1af987a35b1ca (diff) | |
download | mediawikicore-75160bdd3b4ac3642d147cda46e47c809999937d.tar.gz mediawikicore-75160bdd3b4ac3642d147cda46e47c809999937d.zip |
Use MediaWikiCoversValidator for tests that don't use MediaWikiTestCase
Change-Id: I8c4de7e9c72c9969088666007b54c6fd23f6cc13
Diffstat (limited to 'tests/phpunit/includes/shell/ShellTest.php')
-rw-r--r-- | tests/phpunit/includes/shell/ShellTest.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/phpunit/includes/shell/ShellTest.php b/tests/phpunit/includes/shell/ShellTest.php index 2f68dbd2a6e7..986a66560e90 100644 --- a/tests/phpunit/includes/shell/ShellTest.php +++ b/tests/phpunit/includes/shell/ShellTest.php @@ -7,6 +7,9 @@ use MediaWiki\Shell\Shell; * @group Shell */ class ShellTest extends PHPUnit_Framework_TestCase { + + use MediaWikiCoversValidator; + public function testIsDisabled() { $this->assertInternalType( 'bool', Shell::isDisabled() ); // sanity } |