Skip to content

Commit

Permalink
refactor naming
Browse files Browse the repository at this point in the history
  • Loading branch information
vraja-pro committed Jul 27, 2023
1 parent 84a3978 commit feb1abe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/WPMessageDismissListenerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public function testDismiss( $action, $nonce, $verifyNonceTimes, $isCorrectNonce
$_GET['nonce'] = $nonce;

$dismisser->expects( $this->exactly( $verifyNonceTimes ) )
->method( 'verify_nonce' )
->method( 'verifyNonce' )
->with( $nonce, $action )
->willReturn( $isCorrectNonce );

Expand Down

0 comments on commit feb1abe

Please sign in to comment.