Changeset 55822 for trunk/tests/phpunit/tests/pluggable/wpMail.php
- Timestamp:
- 05/17/2023 10:44:21 PM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/pluggable/wpMail.php
r55087 r55822 539 539 */ 540 540 public function test_wp_mail_resets_properties() { 541 $wp_mail_set_text_message = function ( $phpmailer ) {541 $wp_mail_set_text_message = static function ( $phpmailer ) { 542 542 $phpmailer->AltBody = 'user1'; 543 543 };
Note: See TracChangeset
for help on using the changeset viewer.