We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1b53ef commit 54f34e5Copy full SHA for 54f34e5
1 file changed
tests/providers/class-two-factor-totp.php
@@ -58,7 +58,7 @@ public function test_get_instance() {
58
* @covers Two_Factor_Totp::get_label
59
*/
60
public function test_get_label() {
61
- $this->assertStringContainsString( 'Authenticator app', $this->provider->get_label() );
+ $this->assertStringContainsString( 'Authenticator App', $this->provider->get_label() );
62
}
63
64
/**
0 commit comments