Changeset 51568 for trunk/tests/phpunit/tests/xmlrpc/wp/getMediaItem.php
- Timestamp:
- 08/07/2021 10:29:41 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/xmlrpc/wp/getMediaItem.php
r51415 r51568 15 15 } 16 16 17 function set Up() {18 parent::set Up();17 function set_up() { 18 parent::set_up(); 19 19 20 20 add_theme_support( 'post-thumbnails' ); … … 30 30 } 31 31 32 function tear Down() {32 function tear_down() { 33 33 remove_theme_support( 'post-thumbnails' ); 34 34 35 35 $this->remove_added_uploads(); 36 36 37 parent::tear Down();37 parent::tear_down(); 38 38 } 39 39
Note: See TracChangeset
for help on using the changeset viewer.