wiki.techinc.nl/tests/phpunit/includes/media
Christian Aistleitner 282554eb33 Employing MediaWikiTestCase's temporary file methods
Change-Id: Ide86541abf6642791c1466a2075436a9df6bdbed
2012-04-10 17:08:06 +02:00
..
BitmapMetadataHandlerTest.php Make sure that if we fail to read the App13 (iptc) block of a JPG file, that that doesn't block other metadata from being read. Also makes sure if more then one app13 block is in the file, they are all read, not just the last one that appears in the file (This required some changes to tests since before the intermediate value was just one value, now its an array of all such blocks) 2012-01-05 23:25:39 +00:00
BitmapScalingTest.php
ExifBitmapTest.php
ExifRotationTest.php Employing MediaWikiTestCase's temporary file methods 2012-04-10 17:08:06 +02:00
ExifTest.php Fix mixed/messed up whitespace 2012-03-07 01:09:35 +00:00
FormatMetadataTest.php Merged FileBackend branch. Manually avoiding merging the many prop-only changes SVN likes to sprinkle in (easy to spot from the change list). Did not add SwiftFileBackend.php as it still is in development. 2011-12-20 03:52:06 +00:00
GIFMetadataExtractorTest.php
GIFTest.php Merged FileBackend branch. Manually avoiding merging the many prop-only changes SVN likes to sprinkle in (easy to spot from the change list). Did not add SwiftFileBackend.php as it still is in development. 2011-12-20 03:52:06 +00:00
IPTCTest.php
JpegMetadataExtractorTest.php Make sure that if we fail to read the App13 (iptc) block of a JPG file, that that doesn't block other metadata from being read. Also makes sure if more then one app13 block is in the file, they are all read, not just the last one that appears in the file (This required some changes to tests since before the intermediate value was just one value, now its an array of all such blocks) 2012-01-05 23:25:39 +00:00
JpegTest.php
MediaHandlerTest.php
PNGMetadataExtractorTest.php
PNGTest.php Merged FileBackend branch. Manually avoiding merging the many prop-only changes SVN likes to sprinkle in (easy to spot from the change list). Did not add SwiftFileBackend.php as it still is in development. 2011-12-20 03:52:06 +00:00
SVGMetadataExtractorTest.php PHPUnit test case for bug 31719 (followup r107793) 2012-01-03 21:12:24 +00:00
TiffTest.php
XMPTest.php
XMPValidateTest.php