wiki.techinc.nl/tests/phpunit/includes/user
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
..
BotPasswordTest.php Make sure unique keys carry over to postgres table duplicates 2017-05-16 19:20:42 -07:00
CentralIdLookupTest.php Switch to librarized version of TestingAccessWrapper 2017-04-20 14:15:57 +00:00
LocalIdLookupTest.php Whenever possible, reuse User objects in unit tests 2016-05-26 20:42:31 +00:00
PasswordResetTest.php Add @covers tags to user tests 2017-12-24 23:29:00 -08:00
UserArrayFromResultTest.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
UserGroupMembershipTest.php Use test user helper methods in UserGroupMembershipTest/UserTest 2017-05-19 19:07:21 +00:00
UserTest.php Add @coversNothing in places where @covers does not apply 2017-12-28 08:53:40 +00:00