Add @coversNothing in places where @covers does not apply
authorKunal Mehta <legoktm@member.fsf.org>
Thu, 28 Dec 2017 08:38:21 +0000 (00:38 -0800)
committerLegoktm <legoktm@member.fsf.org>
Thu, 28 Dec 2017 08:53:40 +0000 (08:53 +0000)
commit92ee198c66c8798b7a728a7d67bef8520ebd01de
tree87dab87cfc7a81fc89229d344c2cff1bf1dda112
parenta166e509431ab2f002e3ae68ac3b01a4261a9b16
Add @coversNothing in places where @covers does not apply

These tests apply to things that are not relevant to PHP code coverage,
such as testing presence of messages, JSON files, or the PHPUnit tests
themselves.

Using @coversNothing indicates that there is no code here to be covered,
and prevents warnings when using --strict-coverage mode (T152923).

Change-Id: Id89ee2c15a3ce3f10e34b13fb677cd1af75af9e6
tests/phpunit/includes/api/ApiTestCase.php
tests/phpunit/includes/db/DatabaseSqliteTest.php
tests/phpunit/includes/http/HttpTest.php
tests/phpunit/includes/registration/ExtensionProcessorTest.php
tests/phpunit/includes/user/UserTest.php