Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
akirk committed Dec 18, 2024
1 parent 5b5c7cb commit 8640e93
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tests/includes/class-test-mailer.php
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,11 @@ function ( $args ) {
wp_delete_user( $user_id );
}

/**
* Data provider for direct message notification text.
*
* @return array
*/
public function direct_message_text_provider() {
return array(
'HTML entities' => array(
Expand All @@ -324,6 +329,9 @@ public function direct_message_text_provider() {
/**
* Test direct message notification text.
*
* @param string $text Text to test.
* @param string $expected Expected result.
*
* @covers ::direct_message
* @dataProvider direct_message_text_provider
*/
Expand Down

0 comments on commit 8640e93

Please sign in to comment.