Changeset 51568 for trunk/tests/phpunit/tests/user/wpSendUserRequest.php
- Timestamp:
- 08/07/2021 10:29:41 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/user/wpSendUserRequest.php
r51462 r51568 64 64 * @since 4.9.9 65 65 */ 66 public function set Up() {67 parent::set Up();66 public function set_up() { 67 parent::set_up(); 68 68 69 69 set_current_screen( 'dashboard' ); … … 76 76 * @since 4.9.9 77 77 */ 78 public function tear Down() {78 public function tear_down() { 79 79 reset_phpmailer_instance(); 80 80 … … 82 82 83 83 restore_previous_locale(); 84 parent::tear Down();84 parent::tear_down(); 85 85 } 86 86
Note: See TracChangeset
for help on using the changeset viewer.