Changeset 51568 for trunk/tests/phpunit/tests/image/siteIcon.php
- Timestamp:
- 08/07/2021 10:29:41 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/image/siteIcon.php
r51331 r51568 13 13 public $attachment_id = 0; 14 14 15 function set Up() {16 parent::set Up();15 function set_up() { 16 parent::set_up(); 17 17 18 18 $this->wp_site_icon = new WP_Site_Icon(); 19 19 } 20 20 21 function tear Down() {21 function tear_down() { 22 22 $this->_remove_custom_logo(); 23 23 $this->remove_added_uploads(); 24 parent::tear Down();24 parent::tear_down(); 25 25 } 26 26
Note: See TracChangeset
for help on using the changeset viewer.