Changeset 51568 for trunk/tests/phpunit/tests/image/resize.php
- Timestamp:
- 08/07/2021 10:29:41 AM (4 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/image/resize.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/image/resize.php
r50814 r51568 11 11 abstract class WP_Tests_Image_Resize_UnitTestCase extends WP_Image_UnitTestCase { 12 12 13 public function set Up() {14 parent::set Up();13 public function set_up() { 14 parent::set_up(); 15 15 16 16 add_filter( 'wp_image_editors', array( $this, 'wp_image_editors' ) );
Note: See TracChangeset
for help on using the changeset viewer.