Remove the explicit Imagick extension test.
See #34087 git-svn-id: https://develop.svn.wordpress.org/trunk@35348 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
2c3c286b84
commit
5f8d0870a2
@ -5,14 +5,6 @@
|
||||
* @group upload
|
||||
*/
|
||||
class Tests_Image_Intermediate_Size extends WP_UnitTestCase {
|
||||
|
||||
function setUp() {
|
||||
parent::setUp();
|
||||
if ( ! extension_loaded( 'imagick' ) ) {
|
||||
$this->fail( 'The Imagick extension is not installed.' );
|
||||
}
|
||||
}
|
||||
|
||||
function tearDown() {
|
||||
$this->remove_added_uploads();
|
||||
parent::tearDown();
|
||||
|
Loading…
Reference in New Issue
Block a user