diff options
author | Kunal Mehta <legoktm@member.fsf.org> | 2017-12-24 15:44:36 -0800 |
---|---|---|
committer | Umherirrender <umherirrender_de.wp@web.de> | 2017-12-27 17:50:06 +0000 |
commit | 2c2dc593d25f652c04185e597b7f9de2c22c2e31 (patch) | |
tree | e5ed6ec28026e5adce8e13301f644df20bbbf76b /tests/phpunit/includes/api/ApiUsageExceptionTest.php | |
parent | 14e7d5401c33a5a117095a34e2a08191dc94ac62 (diff) | |
download | mediawikicore-2c2dc593d25f652c04185e597b7f9de2c22c2e31.tar.gz mediawikicore-2c2dc593d25f652c04185e597b7f9de2c22c2e31.zip |
Add @covers tags API tests without them
Change-Id: Ida0f954cb0a44719af3a3d0c6bda4587c9ca42b6
Diffstat (limited to 'tests/phpunit/includes/api/ApiUsageExceptionTest.php')
-rw-r--r-- | tests/phpunit/includes/api/ApiUsageExceptionTest.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/phpunit/includes/api/ApiUsageExceptionTest.php b/tests/phpunit/includes/api/ApiUsageExceptionTest.php index f901cf2d1c5d..bb7202112134 100644 --- a/tests/phpunit/includes/api/ApiUsageExceptionTest.php +++ b/tests/phpunit/includes/api/ApiUsageExceptionTest.php @@ -1,5 +1,8 @@ <?php +/** + * @covers ApiUsageException + */ class ApiUsageExceptionTest extends MediaWikiTestCase { public function testCreateWithStatusValue_CanGetAMessageObject() { |