Skip to content

Commit

Permalink
PHPCS fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
srtfisher committed Jan 9, 2024
1 parent 2b17259 commit ba6ba84
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,10 @@ protected function setUp(): void {
$this->feature = new Disable_Password_Change_Notification();
}

public function test_disable_password_change_notification() {
/**
* Test that the feature.
*/
public function test_disable_password_change_notification_hook() {
$this->acting_as( 'administrator' );

$this->assertTrue(
Expand Down

0 comments on commit ba6ba84

Please sign in to comment.