Merge "Add semantic tags to license info text"
[lhc/web/wiklou.git] / tests / phpunit / includes / shell / ShellTest.php
index 7c96c3c..986a665 100644 (file)
@@ -3,9 +3,13 @@
 use MediaWiki\Shell\Shell;
 
 /**
+ * @covers \MediaWiki\Shell\Shell
  * @group Shell
  */
 class ShellTest extends PHPUnit_Framework_TestCase {
+
+       use MediaWikiCoversValidator;
+
        public function testIsDisabled() {
                $this->assertInternalType( 'bool', Shell::isDisabled() ); // sanity
        }