From f4fb48d01c4318eee7e660606949822234885826 Mon Sep 17 00:00:00 2001 From: Kunal Mehta Date: Fri, 8 Dec 2017 22:08:28 -0800 Subject: [PATCH] Add @covers for includes/shell/ tests Change-Id: I495c64622f39ad7e0343e8341771d5a4a3449e97 --- tests/phpunit/includes/shell/CommandTest.php | 1 + tests/phpunit/includes/shell/ShellTest.php | 1 + 2 files changed, 2 insertions(+) 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 { -- 2.20.1