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
BitmapScalingTest.php
DjVuTest.php
ExifBitmapTest.php
ExifRotationTest.php
ExifTest.php
FakeDimensionFile.php
FormatMetadataTest.php
GIFHandlerTest.php
Jpeg2000HandlerTest.php
JpegMetadataExtractorTest.php
JpegPixelFormatTest.php
JpegTest.php
MediaHandlerIntegrationTest.php
MediaWikiMediaTestCase.php
PNGHandlerTest.php
PNGMetadataExtractorTest.php
SvgHandlerTest.php Avoid calling overrideConfigValue() multiple times 2023-07-20 14:59:42 +02:00
SVGReaderTest.php
TiffTest.php
WebPHandlerTest.php
XCFHandlerTest.php