Skip to content

Commit 9a82aec

Browse files
committed
tests: change test method visibility to public for wp_mail_encoding_does_not_bleed
1 parent 1264249 commit 9a82aec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/phpunit/tests/pluggable/wpMail.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,7 @@ public function test_wp_mail_resets_properties() {
560560
*
561561
* @ticket 33972
562562
*/
563-
function test_wp_mail_encoding_does_not_bleed() {
563+
public function test_wp_mail_encoding_does_not_bleed() {
564564
$content = str_repeat( 'A', 1000 );
565565
wp_mail( WP_TESTS_EMAIL, 'Looong line testing', $content );
566566

0 commit comments

Comments
 (0)