Add @covers for includes/shell/ tests

Change-Id: I495c64622f39ad7e0343e8341771d5a4a3449e97
This commit is contained in:
Kunal Mehta 2017-12-08 22:08:28 -08:00
parent 4b297d2aac
commit f4fb48d01c
2 changed files with 2 additions and 0 deletions

View file

@ -4,6 +4,7 @@ use MediaWiki\Shell\Command;
use Wikimedia\TestingAccessWrapper;
/**
* @covers \MediaWiki\Shell\Command
* @group Shell
*/
class CommandTest extends PHPUnit_Framework_TestCase {

View file

@ -3,6 +3,7 @@
use MediaWiki\Shell\Shell;
/**
* @covers \MediaWiki\Shell\Shell
* @group Shell
*/
class ShellTest extends PHPUnit_Framework_TestCase {