Add @covers for includes/shell/ tests
Change-Id: I495c64622f39ad7e0343e8341771d5a4a3449e97
This commit is contained in:
parent
4b297d2aac
commit
f4fb48d01c
2 changed files with 2 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ use MediaWiki\Shell\Command;
|
|||
use Wikimedia\TestingAccessWrapper;
|
||||
|
||||
/**
|
||||
* @covers \MediaWiki\Shell\Command
|
||||
* @group Shell
|
||||
*/
|
||||
class CommandTest extends PHPUnit_Framework_TestCase {
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
use MediaWiki\Shell\Shell;
|
||||
|
||||
/**
|
||||
* @covers \MediaWiki\Shell\Shell
|
||||
* @group Shell
|
||||
*/
|
||||
class ShellTest extends PHPUnit_Framework_TestCase {
|
||||
|
|
|
|||
Loading…
Reference in a new issue