Fixes for r92251:
authorChad Horohoe <demon@users.mediawiki.org>
Thu, 4 Aug 2011 22:33:04 +0000 (22:33 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Thu, 4 Aug 2011 22:33:04 +0000 (22:33 +0000)
commite0187803271bb937d8bf27a4580a6a4758985bff
tree7720937edba857a7f7a3ae443d6fd2e02a750a07
parentefdc9e86b33e67a1cfb43d25dc6a63aec4fe426b
Fixes for r92251:
* Move Imagick check into getImageWriteMethod(), adjust exception catching. Previously this was bailing on the test if you have convert but not the PHP Imagick extension. Now all these tests are passing for me again.
* Rm unused member variable, whitespace, etc
tests/phpunit/includes/api/ApiUploadTest.php
tests/phpunit/includes/api/RandomImageGenerator.php