wiki.techinc.nl/tests/phpunit/integration/includes
C. Scott Ananian df1ddd6f9c LanguageLinksHandlerTest: use wgInterwikiCache instead of mutating database
Mutating the interwiki table invalidates the Title codec and in
general leads to a bunch of complications.  Easier to just use the
`wgInterwikiCache` mechanism, as a lot of other phpunit tests do.

Bug: T271287
Change-Id: Id1899a89ae6b55e7032befe73990d215370828d8
2021-01-06 17:07:47 -05:00
..
block [tests] Move UnblockUserTest to integration tests 2020-10-04 14:50:00 +02:00
db More misc test cleanup 2020-12-24 00:52:06 +00:00
diff
editpage/Constraint Move more logic into edit constraints 2020-12-01 18:44:03 +00:00
filerepo filerepo: remove repo name from getSharedCacheKey() 2020-11-16 17:28:31 -08:00
language phpunit: Switch SpecialPageAliasTest to integration tests 2020-11-19 13:36:09 +00:00
poolcounter Fast stale ParserCache responses 2020-06-05 16:24:22 +10:00
Rest/Handler LanguageLinksHandlerTest: use wgInterwikiCache instead of mutating database 2021-01-06 17:07:47 -05:00
revisionlist Fix visibility of setUp/tearDown 2020-06-16 21:02:05 +02:00
Storage Skip undo related phpunit tests when diff3 is missing 2020-12-12 20:22:17 +00:00
user Migrate more User::newFrom* methods to UserFactory 2020-10-05 23:47:53 +00:00
SanitizerValidateEmailTest.php Cleanup some tests to reduce code duplications 2020-12-21 10:08:29 +00:00
TemplateParserIntegrationTest.php TemplateParser: Refactor the two integration test classes 2020-03-23 21:54:47 +00:00