wiki.techinc.nl/tests/phpunit/integration/includes/Rest/Handler
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
..
CreationHandlerTest.php REST /page/{title}: Fix title encoding. 2020-07-23 23:17:17 +02:00
LanguageLinksHandlerTest.php LanguageLinksHandlerTest: use wgInterwikiCache instead of mutating database 2021-01-06 17:07:47 -05:00
MediaFileHandlerTest.php Merge "Make REST tests more robust against content language" 2020-03-30 14:49:27 +00:00
MediaLinksHandlerTest.php REST endpoints: Add etag and last-modified headers 2020-03-26 00:18:34 +01:00
PageContentHelperTest.php Implement /revision/{id}/html endpoint 2020-12-14 16:54:35 +00:00
PageHTMLHandlerTest.php Introduce RevisionOutputCache 2020-12-14 16:50:28 +00:00
PageSourceHandlerTest.php Moved page/{title}/bare to PageSourceHandler 2020-12-09 22:02:11 +01:00
ParsoidHTMLHelperTest.php Implement caching for old revision HTML endpoint 2020-12-15 23:40:08 +01:00
RevisionContentHelperTest.php Implement /revision/{id}/html endpoint 2020-12-14 16:54:35 +00:00
RevisionHTMLHandlerTest.php Implement caching for old revision HTML endpoint 2020-12-15 23:40:08 +01:00
RevisionSourceHandlerTest.php Implement /revision/{id} endpoint 2020-12-14 16:54:43 +00:00
UpdateHandlerTest.php REST /page/{title}: Fix title encoding. 2020-07-23 23:17:17 +02:00