- Timestamp:
- 02/21/2020 01:05:39 PM (5 years ago)
- Location:
- branches/3.8
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.8
- Property svn:mergeinfo changed
-
branches/3.8/tests/phpunit/tests/image/resize_imagick.php
r25002 r47338 5 5 * @group media 6 6 * @group upload 7 * @group resize 7 8 */ 9 require_once( dirname( __FILE__ ) . '/resize.php' ); 10 8 11 class Test_Image_Resize_Imagick extends WP_Tests_Image_Resize_UnitTestCase { 9 12 … … 13 16 */ 14 17 public $editor_engine = 'WP_Image_Editor_Imagick'; 18 19 public function setUp() { 20 require_once( ABSPATH . WPINC . '/class-wp-image-editor.php' ); 21 require_once( ABSPATH . WPINC . '/class-wp-image-editor-imagick.php' ); 22 23 parent::setUp(); 24 } 15 25 }
Note: See TracChangeset
for help on using the changeset viewer.