wiki.techinc.nl/tests/phpunit/includes/media
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
..
BitmapMetadataHandlerTest.php MediaWikiTestCase to MediaWikiIntegrationTestCase 2020-06-30 17:02:22 +01:00
BitmapScalingTest.php MediaWikiTestCase to MediaWikiIntegrationTestCase 2020-06-30 17:02:22 +01:00
DjVuTest.php Fix replacement of control chars in DJVU text output 2021-03-29 06:03:34 +00:00
ExifBitmapTest.php
ExifRotationTest.php Add missing @param and @return to documentation in tests 2021-01-22 19:57:25 +01:00
ExifTest.php MediaWikiTestCase to MediaWikiIntegrationTestCase 2020-06-30 17:02:22 +01:00
FakeDimensionFile.php
FormatMetadataTest.php Remove broken/outdated @param/@throws tags from @dataProviders 2021-01-21 03:42:42 +00:00
GIFHandlerTest.php
JpegMetadataExtractorTest.php
JpegPixelFormatTest.php Add missing @param and @return to documentation in tests 2021-01-22 19:57:25 +01:00
JpegTest.php
MediaHandlerIntegrationTest.php Provide mechanism for MediaHandlers to override metadata formatting 2020-10-30 11:50:08 -04:00
MediaWikiMediaTestCase.php MediaWikiTestCase to MediaWikiIntegrationTestCase 2020-06-30 17:02:22 +01:00
PNGHandlerTest.php
PNGMetadataExtractorTest.php MediaWikiTestCase to MediaWikiIntegrationTestCase 2020-06-30 17:02:22 +01:00
SvgHandlerTest.php phpunit: Mass-replace setMethods with onlyMethods and adjust 2021-04-16 20:15:00 +02:00
SVGReaderTest.php
TiffTest.php MediaWikiTestCase to MediaWikiIntegrationTestCase 2020-06-30 17:02:22 +01:00
WebPHandlerTest.php More misc test cleanup 2020-12-24 00:52:06 +00:00
XCFHandlerTest.php