wiki.techinc.nl/tests/phpunit/includes/Revision
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
..
ContributionsLookupTest.php Remove $actor field from UsererIdentityValue 2021-04-13 18:18:06 +00:00
McrRevisionStoreDbTest.php build: Update mediawiki/mediawiki-codesniffer to 35.0.0 2021-01-31 13:34:38 +00:00
MutableRevisionRecordTest.php Deprecate constructing revision with non-proper page 2021-03-10 22:05:06 +01:00
RenderedRevisionTest.php phpunit: Mass-replace setMethods with onlyMethods and adjust 2021-04-16 20:15:00 +02:00
RevisionArchiveRecordTest.php Remove $actor field from UsererIdentityValue 2021-04-13 18:18:06 +00:00
RevisionQueryInfoTest.php Add missing @param and @return to documentation in tests 2021-01-22 19:57:25 +01:00
RevisionRendererTest.php phpunit: Mass-replace setMethods with onlyMethods and adjust 2021-04-16 20:15:00 +02:00
RevisionStoreDbTestBase.php phpunit: Mass-replace setMethods with onlyMethods and adjust 2021-04-16 20:15:00 +02:00
RevisionStoreFactoryTest.php Use PageStore in RevisionStore 2021-04-05 20:58:54 +02:00
RevisionStoreRecordTest.php Remove $actor field from UsererIdentityValue 2021-04-13 18:18:06 +00:00
RevisionStoreTest.php Use PageStore in RevisionStore 2021-04-05 20:58:54 +02:00
SlotRecordTest.php Add support for derived MCR slots 2021-03-18 15:34:46 -04:00
SlotRoleRegistryTest.php MainSlotRoleHandler: inject dependencies 2021-03-11 20:49:37 +00:00