Make WordPress Core

Changeset 35348


Ignore:
Timestamp:
10/21/2015 10:40:48 PM (8 years ago)
Author:
johnbillion
Message:

Remove the explicit Imagick extension test.

See #34087

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/image/intermediate_size.php

    r35345 r35348  
    66 */
    77class Tests_Image_Intermediate_Size extends WP_UnitTestCase {
    8 
    9     function setUp() {
    10         parent::setUp();
    11         if ( ! extension_loaded( 'imagick' ) ) {
    12             $this->fail( 'The Imagick extension is not installed.' );
    13         }
    14     }
    15 
    168    function tearDown() {
    179        $this->remove_added_uploads();
Note: See TracChangeset for help on using the changeset viewer.