Changeset 35348
- Timestamp:
- 10/21/2015 10:40:48 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/image/intermediate_size.php
r35345 r35348 6 6 */ 7 7 class 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 16 8 function tearDown() { 17 9 $this->remove_added_uploads();
Note: See TracChangeset
for help on using the changeset viewer.