Changeset 51568 for trunk/tests/phpunit/tests/dependencies/styles.php
- Timestamp:
- 08/07/2021 10:29:41 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/dependencies/styles.php
r51462 r51568 13 13 private $old_wp_scripts; 14 14 15 function set Up() {16 parent::set Up();15 function set_up() { 16 parent::set_up(); 17 17 18 18 if ( empty( $GLOBALS['wp_styles'] ) ) { … … 38 38 } 39 39 40 function tear Down() {40 function tear_down() { 41 41 $GLOBALS['wp_styles'] = $this->old_wp_styles; 42 42 $GLOBALS['wp_scripts'] = $this->old_wp_scripts; … … 49 49 } 50 50 51 parent::tear Down();51 parent::tear_down(); 52 52 } 53 53
Note: See TracChangeset
for help on using the changeset viewer.