Changeset 51568 for trunk/tests/phpunit/tests/image/editor.php
- Timestamp:
- 08/07/2021 10:29:41 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/image/editor.php
r50814 r51568 15 15 * Setup test fixture 16 16 */ 17 public function set Up() {17 public function set_up() { 18 18 require_once ABSPATH . WPINC . '/class-wp-image-editor.php'; 19 19 … … 21 21 22 22 // This needs to come after the mock image editor class is loaded. 23 parent::set Up();23 parent::set_up(); 24 24 } 25 25
Note: See TracChangeset
for help on using the changeset viewer.