aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/api/generateRandomImages.php
Commit message (Expand)AuthorAgeFilesLines
* Add namespace to maintenance/includes classesJames D. Forrester2024-10-091-1/+1
* phpunit: Drop unused complexity from RandomImageGeneratorthiemowmde2024-09-101-5/+3
* tests: Namespace api testsReedy2024-02-181-0/+5
* Replace some more isset() with shorter ?? syntaxThiemo Kreuz2021-11-021-1/+1
* Safer autoloading with respect to file-scope codeTim Starling2021-01-111-2/+2
* Use class keyword for classname resolutionAmmar Abdulhamid2020-03-271-1/+1
* tests: Replace RandomImageGenerator dictionary logic with rand+timeTimo Tijhof2019-10-251-1/+0
* Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenientBartosz DziewoƄski2018-05-301-1/+1
* Remove empty lines at begin of function, if, foreach, switchUmherirrender2017-07-011-1/+0
* Convert all array() syntax to []Kunal Mehta2016-02-171-2/+2
* phpcs: More require/include is not a functionTimo Tijhof2013-05-211-3/+3
* Script calling cleanupsPlatonides2013-02-251-4/+1
* Update formattingSiebrand Mazeland2013-02-141-1/+1
* pass codesniffer on tests/Antoine Musso2013-01-281-2/+0
* Use __DIR__ instead of dirname( __FILE__ )jeroendedauw2012-08-271-2/+2
* Disable unneeded database requisite of generateRandomImages.phpPlatonides2012-06-261-1/+5
* create images with orientation (had to use exiv2 hack, imagemagick not helpful)Neil Kandalgaonkar2011-06-211-18/+39
* generate random triangles (so we can test EXIF orientation, eventually)Neil Kandalgaonkar2011-06-171-1/+2
* Per wikitech-l discussion: Move tests from maintenance/tests/ to tests/. They...Chad Horohoe2010-12-141-0/+25