wiki.techinc.nl/tests/phpunit/includes/specials
Daimona Eaytoy 535d7abf59 phpunit: Mass-replace setMethods with onlyMethods and adjust
Ended up using
  grep -Prl '\->setMethods\(' . | xargs sed -r -i 's/setMethods\(/onlyMethods\(/g'

special-casing setMethods( null ) -> onlyMethods( [] )

and then manual fix of failing test (from PS2 onwards).

Bug: T278010
Change-Id: I012dca7ae774bb430c1c44d50991ba0b633353f1
2021-04-16 20:15:00 +02:00
..
pagers Hard-deprecate AbstractBlock::parseTarget 2021-03-19 07:22:48 -06:00
ContribsPagerTest.php Deprecate UserIdentity::getActorId() 2021-03-13 19:45:57 +01:00
ImageListPagerTest.php Use Authority in special pages pagers 2021-02-23 14:29:10 -07:00
QueryAllSpecialPagesTest.php Improve some class properties documentation in tests 2021-02-02 16:48:15 +00:00
SpecialBlankPageTest.php
SpecialBlockTest.php Relax AbstractBlock typehints to UserIdentity where possible 2021-03-22 16:12:21 -06: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 Inject services into SpecialWatchlist/SpecialEditWatchlist 2020-11-23 21:38:55 +00:00
SpecialGoToInterwikiTest.php MediaWikiTestCase to MediaWikiIntegrationTestCase 2020-06-30 17:02:22 +01:00
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 Convert second batch of special pages to authority 2021-03-04 15:37:59 -07:00
SpecialRecentchangesTest.php Convert second batch of special pages to authority 2021-03-04 15:37:59 -07:00
SpecialRedirectTest.php Replace deprecated User::newFromId on Special:Redirect 2021-03-19 20:47:26 +00:00
SpecialSearchTest.php phpunit: Mass-replace setMethods with onlyMethods and adjust 2021-04-16 20:15:00 +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 MediaWikiTestCase to MediaWikiIntegrationTestCase 2020-06-30 17:02:22 +01:00
SpecialWatchlistTest.php Rename WatchlistNotificationManager to WatchlistManager 2021-04-07 18:16:24 -04:00