Skip to content

Commit

Permalink
added a test case for render logout button
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishekfdd committed Aug 23, 2022
1 parent 4069806 commit bc2b97e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/php/Unit/Modules/BlockTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ function () use ( $path ) {
/**
* @covers ::render_login_button, ::markup
*/
public function testRenderLoginButtonLogout() {
public function testRenderLogoutButton() {
$mockAttributes = [
'login_url' => '#',
'custom_btn_text' => 'test',
Expand Down

0 comments on commit bc2b97e

Please sign in to comment.