wiki.techinc.nl/tests/phpunit/includes/page
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
..
ArticleTablesTest.php Re-apply: Factors out permissions check from User into PermissionManager service 2019-06-28 13:19:38 -07:00
ArticleTest.php WikiPage: deprecated construction on bad titles 2021-01-20 14:31:11 +01:00
ArticleViewTest.php phpunit: Mass-replace setMethods with onlyMethods and adjust 2021-04-16 20:15:00 +02:00
ImagePage404Test.php Fix visibility of setUp/tearDown 2020-06-16 21:02:05 +02:00
ImagePageTest.php Fix visibility of setUp/tearDown 2020-06-16 21:02:05 +02:00
PageArchiveTest.php Remove $actor field from UsererIdentityValue 2021-04-13 18:18:06 +00:00
PageSelectQueryBuilderTest.php Introduce PageSelectQueryBuilder 2021-03-24 19:15:01 +01:00
PageStoreTest.php Introduce PageReference 2021-04-13 23:32:20 +02:00
ParserOutputAccessTest.php Convert ParserOutputAccess to PageRecord. 2021-04-05 07:46:34 -06:00
WikiCategoryPageTest.php Convert PageProps to a service 2020-08-12 21:21:53 +00:00
WikiPageDbTest.php phpunit: Mass-replace setMethods with onlyMethods and adjust 2021-04-16 20:15:00 +02:00