wiki.techinc.nl/tests/phpunit/includes/parser
Umherirrender 255d76f2a1 build: Updating mediawiki/mediawiki-codesniffer to 15.0.0
Clean up use of @codingStandardsIgnore
- @codingStandardsIgnoreFile -> phpcs:ignoreFile
- @codingStandardsIgnoreLine -> phpcs:ignore
- @codingStandardsIgnoreStart -> phpcs:disable
- @codingStandardsIgnoreEnd -> phpcs:enable

For phpcs:disable always the necessary sniffs are provided.
Some start/end pairs are changed to line ignore

Change-Id: I92ef235849bcc349c69e53504e664a155dd162c8
2018-01-01 14:10:16 +01:00
..
MagicVariableTest.php Add @covers tags to miscellaneous tests (#2) 2017-12-28 08:52:48 +00:00
ParserIntegrationTest.php Use MediaWikiCoversValidator for tests that don't use MediaWikiTestCase 2018-01-01 08:28:02 +00:00
ParserMethodsTest.php Fix @covers for (non-integration) parser tests 2017-02-27 15:47:56 +11:00
ParserOptionsTest.php Add @covers tags to parser tests 2017-12-24 23:29:00 -08:00
ParserOutputTest.php build: Updating mediawiki/mediawiki-codesniffer to 15.0.0 2018-01-01 14:10:16 +01:00
ParserPreloadTest.php Fix @covers for (non-integration) parser tests 2017-02-27 15:47:56 +11:00
PreprocessorTest.php build: Updating mediawiki/mediawiki-codesniffer to 15.0.0 2018-01-01 14:10:16 +01:00
SanitizerTest.php Add @covers tags to parser tests 2017-12-24 23:29:00 -08:00
TagHooksTest.php Fix test class names to match convention 2017-12-10 11:41:59 +01:00
TidyTest.php