wiki.techinc.nl/tests/phpunit/includes/deferred
Kunal Mehta b6b10bb58f Require ClassMatchesFilename sniff to pass for most of tests/
phpunit-patch-coverage assumes that the filename matches the classname
as a performance optimization. And for most test cases, this is true. We
should enforce this with PHPCS, mostly to help developers not make
mistakes.

Test cases that have mock classes will need to ensure that the test case
class that matches the filename comes first, since that's the only class
the sniff will look at.

Tests in GlobalFunctions/ and maintenance/ are still exempted for now,
since they don't match yet.

Change-Id: Iede341504290f5ba2da1c81908069ba9d465600f
2019-01-29 23:57:12 -08:00
..
CdnCacheUpdateTest.php Make MergeableUpdate jobs avoid the sub-queue so they can always merge 2018-10-12 00:36:39 +00:00
DeferredUpdatesTest.php rdbms: rename onTransactionIdle() to onTransactionCommitOrIdle() 2018-05-09 21:07:06 +00:00
LinksUpdateTest.php
MWCallableUpdateTest.php build: Updating mediawiki/mediawiki-codesniffer to 16.0.0 2018-02-17 13:29:13 +01:00
SearchUpdateTest.php Require ClassMatchesFilename sniff to pass for most of tests/ 2019-01-29 23:57:12 -08:00
SiteStatsUpdateTest.php Add test for WikiPage post-edit stats update 2018-03-06 00:43:39 +00:00
TransactionRoundDefiningUpdateTest.php build: Updating mediawiki/mediawiki-codesniffer to 16.0.0 2018-02-17 13:29:13 +01:00