Merge "Add @covers for includes/shell/ tests"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Sat, 9 Dec 2017 06:33:26 +0000 (06:33 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Sat, 9 Dec 2017 06:33:26 +0000 (06:33 +0000)
tests/phpunit/includes/shell/CommandTest.php
tests/phpunit/includes/shell/ShellTest.php

index f7275e1..385dd50 100644 (file)
@@ -4,6 +4,7 @@ use MediaWiki\Shell\Command;
 use Wikimedia\TestingAccessWrapper;
 
 /**
+ * @covers \MediaWiki\Shell\Command
  * @group Shell
  */
 class CommandTest extends PHPUnit_Framework_TestCase {
index 7c96c3c..2f68dbd 100644 (file)
@@ -3,6 +3,7 @@
 use MediaWiki\Shell\Shell;
 
 /**
+ * @covers \MediaWiki\Shell\Shell
  * @group Shell
  */
 class ShellTest extends PHPUnit_Framework_TestCase {