wiki.techinc.nl/tests/phpunit/includes/media
Timo Tijhof 8d406bbcd6 phpcs: Disable Generic.Files.LineLength for test files
There is a common and reasonable need for longer lines in tests.
The nudge for shorter lines doesn't seem valuable here. The natural
breaks will likely still fall in 80-100 given the enforced practice
for non-test code, e.g. whether through habit, or 80-100 column markers
in text editors, or the finite width of diff and code review
interfaces.

Change-Id: I879479e13551789a67624ce66f0946d2f185e6ee
2022-02-18 18:32:05 +00:00
..
BitmapMetadataHandlerTest.php
BitmapScalingTest.php
DjVuTest.php media: Build and use JSON for metadata of djvu instead of XML 2021-11-12 02:06:51 +01:00
ExifBitmapTest.php phpcs: Disable Generic.Files.LineLength for test files 2022-02-18 18:32:05 +00:00
ExifRotationTest.php
ExifTest.php
FakeDimensionFile.php
FormatMetadataTest.php
GIFHandlerTest.php phpcs: Disable Generic.Files.LineLength for test files 2022-02-18 18:32:05 +00:00
Jpeg2000HandlerTest.php
JpegMetadataExtractorTest.php
JpegPixelFormatTest.php
JpegTest.php Clean up tests that misused the parameters of assertSame/Equals 2022-02-08 07:21:10 +00:00
MediaHandlerIntegrationTest.php
MediaWikiMediaTestCase.php Replace usages of deprecated wfWikiID() 2021-12-21 02:05:55 +00:00
PNGHandlerTest.php phpcs: Disable Generic.Files.LineLength for test files 2022-02-18 18:32:05 +00:00
PNGMetadataExtractorTest.php PNGMetadataExtractor: skip oversize chunks instead of aborting 2021-07-28 14:14:22 +10:00
SvgHandlerTest.php Clean up tests that misused the parameters of assertSame/Equals 2022-02-08 07:21:10 +00:00
SVGReaderTest.php phpcs: Disable Generic.Files.LineLength for test files 2022-02-18 18:32:05 +00:00
TiffTest.php
WebPHandlerTest.php phpcs: Disable Generic.Files.LineLength for test files 2022-02-18 18:32:05 +00:00
XCFHandlerTest.php