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 Per comments on r99911 move $wgMaxImageArea check back to normaliseParams(). Added hook BitmapHandlerCheckImageArea to override the area check. I'm not very happy with this overly specific hook, but I don't see a clear way to obtain the functionallity required otherwise. 2011-11-02 20:48:50 +00:00
ExifBitmapTest.php Restore ExifBitmapTest::tearDown removed in r97398 2011-09-18 20:36:35 +00:00
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 Windows compat for a couple of tests :( 2011-11-04 20:46:04 +00:00
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 (follow-up r86169) Moar unit-tests!! (sorry for uttetly huge commit) 2011-08-21 18:05:34 +00:00
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 Follow-up r92635 Make sure the Exif related tests handle not having the Exif extension available properly 2011-09-18 01:53:09 +00:00
MediaHandlerTest.php Followup r93344: forgot to fix test. In other news: inline data providing is eww. 2011-07-28 00:14:49 +00:00
PNGMetadataExtractorTest.php (follow-up r86169) Moar unit-tests!! (sorry for uttetly huge commit) 2011-08-21 18:05:34 +00:00
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 (follow-up r86169) Moar unit-tests!! (sorry for uttetly huge commit) 2011-08-21 18:05:34 +00:00
XMPTest.php Follow-up r92635 Make sure the Exif related tests handle not having the Exif extension available properly 2011-09-18 01:53:09 +00:00
XMPValidateTest.php follow-up r99316 - Fix class name in unit test class. 2011-10-08 19:00:24 +00:00