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