wiki.techinc.nl/tests/phpunit/includes/http
Kunal Mehta 92ee198c66 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
2017-12-28 08:53:40 +00:00
..
HttpTest.php Add @coversNothing in places where @covers does not apply 2017-12-28 08:53:40 +00:00