- Timestamp:
- 08/07/2021 10:29:41 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/customize/selective-refresh-ajax.php
r51331 r51568 35 35 * Set up the test fixture. 36 36 */ 37 function set Up() {38 parent::set Up();37 function set_up() { 38 parent::set_up(); 39 39 40 40 // Define wp_doing_ajax so that wp_die() will be used instead of die(). … … 510 510 * Tear down. 511 511 */ 512 function tear Down() {512 function tear_down() { 513 513 $this->expected_partial_ids = null; 514 514 $this->wp_customize = null; 515 515 unset( $GLOBALS['wp_customize'] ); 516 516 unset( $GLOBALS['wp_scripts'] ); 517 parent::tear Down();517 parent::tear_down(); 518 518 } 519 519 }
Note: See TracChangeset
for help on using the changeset viewer.