wiki.techinc.nl/tests/phpunit/includes/media
thiemowmde 8a9dd67139 Avoid calling overrideConfigValue() multiple times
Same as I7a82951.

overrideConfigValue() and overrideConfigValues() both call
setMwGlobals(), which calls resetServices(). This is surprisingly
expensive. It's much better to call it once with an array.

Change-Id: I4ff2f6b902b1a1e0b554ce6fc76f3b612f703fae
2023-07-20 14:59:42 +02:00
..
BitmapMetadataHandlerTest.php tests: Handle dynamic created properties on test classes 2023-01-13 21:03:42 +00:00
BitmapScalingTest.php Migrate usage of setMwGlobals() to overrideConfigValue(s) 2022-08-01 06:16:22 +01:00
DjVuTest.php media: Build and use JSON for metadata of djvu instead of XML 2021-11-12 02:06:51 +01:00
ExifBitmapTest.php tests: Make some PHPUnit data providers static 2023-03-24 02:53:57 +00:00
ExifRotationTest.php Replace usages of deprecated MWException 2023-06-06 17:05:32 +02:00
ExifTest.php tests: Replace checkPHPExtension() with @requires annotations 2022-10-23 20:47:14 -04:00
FakeDimensionFile.php
FormatMetadataTest.php tests: Make some PHPUnit data providers static 2023-03-24 02:53:57 +00:00
GIFHandlerTest.php tests: Make some PHPUnit data providers static 2023-03-24 02:53:57 +00:00
Jpeg2000HandlerTest.php tests: Make some PHPUnit data providers static 2023-03-24 02:53:57 +00:00
JpegMetadataExtractorTest.php media: Replace deprecated MWException 2023-06-09 18:51:07 +02:00
JpegPixelFormatTest.php Migrate usage of setMwGlobals() to overrideConfigValue(s) 2022-08-01 06:16:22 +01:00
JpegTest.php Just another 80 or so PHPStorm inspection fixes (#4) 2023-03-25 00:39:06 +00:00
MediaHandlerIntegrationTest.php tests: don't assume wgLanguageCode is 'en' 2022-07-21 19:32:41 -04:00
MediaWikiMediaTestCase.php Reorg: Migrate WikiMap to WikiMap/ out of includes 2023-02-27 05:19:46 +01:00
PNGHandlerTest.php tests: Make some PHPUnit data providers static 2023-03-24 02:53:57 +00:00
PNGMetadataExtractorTest.php tests: Handle dynamic created properties on test classes 2023-01-13 21:03:42 +00:00
SvgHandlerTest.php Avoid calling overrideConfigValue() multiple times 2023-07-20 14:59:42 +02:00
SVGReaderTest.php phpcs: Disable Generic.Files.LineLength for test files 2022-02-18 18:32:05 +00:00
TiffTest.php tests: Replace checkPHPExtension() with @requires annotations 2022-10-23 20:47:14 -04:00
WebPHandlerTest.php tests: Make some PHPUnit data providers static 2023-03-24 02:53:57 +00:00
XCFHandlerTest.php build: Updating dependencies 2021-07-22 03:36:05 +00:00