wiki.techinc.nl/tests/phpunit/includes/jobqueue
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
..
jobs tests: Use data provider for UserEditCountInitJobTest cases 2021-03-27 02:13:13 +00:00
JobQueueMemoryTest.php Move UIDGenerator code to a service and put it under /libs 2020-02-18 00:20:40 +00:00
JobQueueTest.php Hard deprecate JobQueue::getWiki 2021-04-08 17:15:52 +00:00
JobRunnerTest.php Replace deprecated Title::isDeletedQuick() 2020-11-03 10:32:17 +00:00
JobTest.php phpunit: Mass-replace setMethods with onlyMethods and adjust 2021-04-16 20:15:00 +02:00
RefreshLinksPartitionTest.php Remove constructors from test classes 2021-03-08 03:31:25 +00:00