wiki.techinc.nl/tests/phpunit/languages
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
..
classes Add missing @param and @return to documentation in tests 2021-01-22 19:57:25 +01:00
converters Add converter for the Talysh language (tly) 2021-02-17 13:49:36 +00:00
data build: Upgrade eslint-config-wikimedia from 0.17.0 to 0.18.1 2021-02-18 08:39:09 -08:00
LanguageClassesTestCase.php Improve some class properties documentation in tests 2021-02-02 16:48:15 +00:00
LanguageConverterFactoryTest.php Add converter for the Talysh language (tly) 2021-02-17 13:49:36 +00:00
LanguageConverterIntegrationTest.php Tests: Mark more more closures as static 2021-02-09 02:55:57 +00:00
LanguageConverterTest.php Tests: Mark more more closures as static 2021-02-09 02:55:57 +00:00
LanguageConverterTestTrait.php Tests: Mark more more closures as static 2021-02-09 02:55:57 +00:00
LanguageFallbackStaticMethodsTest.php
LanguageIntegrationTest.php phpunit: Mass-replace setMethods with onlyMethods and adjust 2021-04-16 20:15:00 +02:00