wiki.techinc.nl/tests/phpunit/includes/specials
Petr Pchelko e50ccd0512 Fix order of joins in SpecialRecentChanges
After I4d6c175c637a2cb26c63e0b2b27d5ea8ce6b1e0d
some of the filter joins are applied to the query before
the RecentChange joins. Since filter joins depend on actor,
and RecentChange query is the one adding actor joins,
we need to reorder them.

Bug: T281981
Change-Id: Ifbdb24ff5b99b9ec12cb313c48227563696c48c9
2021-05-05 09:29:40 -07:00
..
pagers Add action block to BlockList 2021-04-29 13:33:18 -07:00
ContribsPagerTest.php Start removing places using Revision objects 2021-04-30 12:33:15 -07:00
ImageListPagerTest.php Hard deprecate User ::isIP, ::getOptions 2021-04-26 16:10:24 +00:00
QueryAllSpecialPagesTest.php Improve some class properties documentation in tests 2021-02-02 16:48:15 +00:00
SpecialBlankPageTest.php
SpecialBlockTest.php Introduce infrastructure for partial blocks for actions 2021-04-27 21:53:13 +01:00
SpecialBooksourcesTest.php Inject services into SpecialBookSources 2020-10-06 21:07:32 +02:00
SpecialContributionsTest.php Tests: Mark more more closures as static 2021-02-09 02:55:57 +00:00
SpecialEditWatchlistTest.php Use WatchlistManager in special classes 2021-04-21 04:40:57 +00:00
SpecialGoToInterwikiTest.php
SpecialLogTest.php Deprecate UserIdentity::getActorId() 2021-03-13 19:45:57 +01:00
SpecialMIMESearchTest.php More misc test cleanup 2020-12-24 00:52:06 +00:00
SpecialMuteTest.php Replace deprecated User::newFromName on Special:Mute 2021-03-22 21:27:54 +00:00
SpecialMyLanguageTest.php Merge "Inject WikiPageFactory into SpecialMyLanguage" 2020-12-01 16:04:01 +00:00
SpecialPageDataTest.php Improve some function documentation in tests 2021-01-14 22:13:55 +01:00
SpecialPageExecutor.php Make ContributionsLookup use Authority 2021-01-21 13:45:18 +00:00
SpecialPageTestBase.php Make ContributionsLookup use Authority 2021-01-21 13:45:18 +00:00
SpecialPasswordResetTest.php Add missing @param and @return to documentation in tests 2021-01-22 19:57:25 +01:00
SpecialPreferencesTest.php Hard deprecate User ::isIP, ::getOptions 2021-04-26 16:10:24 +00:00
SpecialRecentchangesTest.php Fix order of joins in SpecialRecentChanges 2021-05-05 09:29:40 -07:00
SpecialRedirectTest.php Replace deprecated User::newFromId on Special:Redirect 2021-03-19 20:47:26 +00:00
SpecialSearchTest.php Remove meaningless ->expects( $this->any() ) from all tests 2021-04-23 11:58:58 +02:00
SpecialShortPagesTest.php Tests: Start marking some closures as static 2021-02-06 19:57:42 +00:00
SpecialUnblockTest.php SpecialUnblockTest: add missing parent::tearDown call 2021-01-21 07:36:19 +00:00
SpecialUncategorizedCategoriesTest.php Inject LanguageConverterFactory into special pages 2020-11-25 18:39:57 +01:00
SpecialUploadTest.php
SpecialWatchlistTest.php Rename WatchlistNotificationManager to WatchlistManager 2021-04-07 18:16:24 -04:00