wiki.techinc.nl/tests/phpunit/structure
Gergő Tisza 45d4e8d13a Exempt structure tests from @covers checks
@covers does not make any sense for structure tests, which either
do not cover any PHP lines (they test things like configuration or
messages), or cover lines which cannot be determined at the time
of writing the tests (e.g. they cover all classes implementing a
certain interface). Requiring @coversNothing to be manually added
for all of them is a waste of developer time.

tests/phpunit/suite.xml has forceCoversAnnotation=true so removing
the annotations will not change test coverage, these files will
still be skipped.

Change-Id: I27cb58e92341b9b1a76f109701f5bc843adbaa9b
2019-06-11 21:40:14 +00:00
..
ApiPrefixUniquenessTest.php Exempt structure tests from @covers checks 2019-06-11 21:40:14 +00:00
ApiStructureTest.php Exempt structure tests from @covers checks 2019-06-11 21:40:14 +00:00
AutoLoaderStructureTest.php Exempt structure tests from @covers checks 2019-06-11 21:40:14 +00:00
AvailableRightsTest.php Exempt structure tests from @covers checks 2019-06-11 21:40:14 +00:00
ContentHandlerSanityTest.php Exempt structure tests from @covers checks 2019-06-11 21:40:14 +00:00
DatabaseIntegrationTest.php Exempt structure tests from @covers checks 2019-06-11 21:40:14 +00:00
ExtensionJsonValidationTest.php Exempt structure tests from @covers checks 2019-06-11 21:40:14 +00:00
PasswordPolicyStructureTest.php Exempt structure tests from @covers checks 2019-06-11 21:40:14 +00:00
ResourcesTest.php Exempt structure tests from @covers checks 2019-06-11 21:40:14 +00:00
SpecialPageFatalTest.php Exempt structure tests from @covers checks 2019-06-11 21:40:14 +00:00
StructureTest.php Exempt structure tests from @covers checks 2019-06-11 21:40:14 +00:00