Changeset 51568 for trunk/tests/phpunit/tests/general/template.php
- Timestamp:
- 08/07/2021 10:29:41 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/general/template.php
r51415 r51568 18 18 public $custom_logo_url; 19 19 20 function set Up() {21 parent::set Up();20 function set_up() { 21 parent::set_up(); 22 22 23 23 $this->wp_site_icon = new WP_Site_Icon(); 24 24 } 25 25 26 function tear Down() {26 function tear_down() { 27 27 global $wp_customize; 28 28 $this->_remove_custom_logo(); … … 30 30 $wp_customize = null; 31 31 32 parent::tear Down();32 parent::tear_down(); 33 33 } 34 34
Note: See TracChangeset
for help on using the changeset viewer.