aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/media/SVGMetadataExtractorTest.php
Commit message (Expand)AuthorAgeFilesLines
* Deprecate wrapper SVGMetadataExtractor::getMetadataUmherirrender2019-07-261-201/+0
* Unset all globals unneeded for unit tests, assert correct directoryAmir Sarabadani2019-07-091-0/+201
* Move trivial unit tests, round IIAmir Sarabadani2019-07-021-201/+0
* Revert "Separate MediaWiki unit and integration tests"Legoktm2019-06-131-0/+201
* Separate MediaWiki unit and integration testsMáté Szabó2019-06-131-201/+0
* SVGMetadataExtractorTest: remove method existence testMax Semenik2019-03-081-5/+0
* SVG: Allow , as separator in viewBox attribute valueDerk-Jan Hartman2018-08-111-0/+10
* SVG: SVG unit parser support for wider range of numberDerk-Jan Hartman2018-08-071-0/+41
* build: Updating mediawiki/mediawiki-codesniffer to 15.0.0Umherirrender2018-01-011-2/+2
* tests: Replace implicit Bugzilla bug numbers with Phab onesJames D. Forrester2017-02-211-1/+1
* Convert all array() syntax to []Kunal Mehta2016-02-171-45/+45
* Remove explict autoload from phpunit testsumherirrender2014-09-271-5/+0
* Small tweaks to media handler testsMax Semenik2014-07-151-0/+1
* Fix misnamed SVGHandler::canAnimateThumb()Brian Wolff2014-06-101-0/+11
* Pass phpcs-strict on some test files (9/11)Siebrand Mazeland2014-04-241-0/+3
* Extract list of languages svg is translated into.Brian Wolff2013-12-061-1/+23
* Merge "Add an interface for getting "standard" file metadata."jenkins-bot2013-10-291-0/+11
|\
| * Add an interface for getting "standard" file metadata.Brian Wolff2013-10-291-0/+11
* | @covers tags for the rest of /media/* testsaddshore2013-10-241-1/+1
* | Cleanup tests/includes/mediaaddshore2013-10-241-2/+5
|/
* Update code formattingSiebrand Mazeland2013-04-261-0/+2
* Update formattingSiebrand Mazeland2013-02-151-4/+3
* pass codesniffer on tests/Antoine Musso2013-01-281-1/+0
* tests: always call parent setUpAntoine Musso2012-10-231-0/+1
* Clean and repair many phpunit tests (+ fix implied configuration)Timo Tijhof2012-10-091-5/+5
* Use __DIR__ instead of dirname( __FILE__ )jeroendedauw2012-08-271-2/+2
* Make the width/height in the SVG metadata box be in the SVG's unitsBrian Wolff2012-08-231-5/+15
* PHPUnit test case for bug 31719 (followup r107793)Brion Vibber2012-01-031-0/+8
* Windows compat for a couple of tests :(Max Semenik2011-11-041-7/+9
* Move the image files used in the media tests from includes/media to data/medi...Brian Wolff2011-08-171-2/+2
* Fixup r89029. You don't include the brackets in the method name!Platonides2011-07-201-1/+1
* Handle old libxml when extracting SVG metadataAntoine Musso2011-05-281-0/+22
* * (bug 27465) Fix metadata extraction for SVG files using unusual namespace n...Brion Vibber2011-05-251-2/+16
* Test cases for bug 27465: problems with XML namespace handling break SVGMetad...Brion Vibber2011-05-251-0/+52