Replace a bunch of extension_loaded() checks with checkPHPExtension()
authorPlatonides <platonides@gmail.com>
Sat, 23 Nov 2013 19:20:23 +0000 (20:20 +0100)
committerReedy <reedy@wikimedia.org>
Thu, 23 Jan 2014 23:09:53 +0000 (23:09 +0000)
commitd197824c545c36ed07296444d9e4aea406167215
treed0f889f5d3d65823cc35cdea9418a3fa15ab6802
parent1051f68e7d438d20df44fd9386a0a451e77fbb8e
Replace a bunch of extension_loaded() checks with checkPHPExtension()

Change-Id: I7bd9bc3a753975f45e63532d4f07aeff853b9970
tests/phpunit/includes/CollationTest.php
tests/phpunit/includes/DiffHistoryBlobTest.php
tests/phpunit/includes/media/BitmapMetadataHandlerTest.php
tests/phpunit/includes/media/ExifBitmapTest.php
tests/phpunit/includes/media/ExifRotationTest.php
tests/phpunit/includes/media/ExifTest.php
tests/phpunit/includes/media/FormatMetadataTest.php
tests/phpunit/includes/media/JpegTest.php
tests/phpunit/includes/media/TiffTest.php
tests/phpunit/includes/media/XMPTest.php