From: Kunal Mehta Date: Sat, 9 Dec 2017 06:08:28 +0000 (-0800) Subject: Add @covers for includes/shell/ tests X-Git-Tag: 1.31.0-rc.0~1233^2 X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=commitdiff_plain;h=f4fb48d01c4318eee7e660606949822234885826 Add @covers for includes/shell/ tests Change-Id: I495c64622f39ad7e0343e8341771d5a4a3449e97 --- diff --git a/tests/phpunit/includes/shell/CommandTest.php b/tests/phpunit/includes/shell/CommandTest.php index f7275e14e8..385dd500a6 100644 --- a/tests/phpunit/includes/shell/CommandTest.php +++ b/tests/phpunit/includes/shell/CommandTest.php @@ -4,6 +4,7 @@ use MediaWiki\Shell\Command; use Wikimedia\TestingAccessWrapper; /** + * @covers \MediaWiki\Shell\Command * @group Shell */ class CommandTest extends PHPUnit_Framework_TestCase { diff --git a/tests/phpunit/includes/shell/ShellTest.php b/tests/phpunit/includes/shell/ShellTest.php index 7c96c3c856..2f68dbd2a6 100644 --- a/tests/phpunit/includes/shell/ShellTest.php +++ b/tests/phpunit/includes/shell/ShellTest.php @@ -3,6 +3,7 @@ use MediaWiki\Shell\Shell; /** + * @covers \MediaWiki\Shell\Shell * @group Shell */ class ShellTest extends PHPUnit_Framework_TestCase {