Changeset 51568 for trunk/tests/phpunit/tests/image/resizeImagick.php
- Timestamp:
- 08/07/2021 10:29:41 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/image/resizeImagick.php
r50449 r51568 18 18 public $editor_engine = 'WP_Image_Editor_Imagick'; 19 19 20 public function set Up() {20 public function set_up() { 21 21 require_once ABSPATH . WPINC . '/class-wp-image-editor.php'; 22 22 require_once ABSPATH . WPINC . '/class-wp-image-editor-imagick.php'; 23 23 24 24 // This needs to come after the mock image editor class is loaded. 25 parent::set Up();25 parent::set_up(); 26 26 } 27 27 }
Note: See TracChangeset
for help on using the changeset viewer.