Skip to content

Commit

Permalink
Correct test method name camelCase
Browse files Browse the repository at this point in the history
  • Loading branch information
spaze committed Nov 30, 2024
1 parent 41f77bf commit 102c13b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/tests/Form/SignInHoneypotFormFactoryTest.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class SignInHoneypotFormFactoryTest extends TestCase


/** @dataProvider getCredentials */
public function testCreateOnsuccess(string $username, string $password, string $error): void
public function testCreateOnSuccess(string $username, string $password, string $error): void
{
$this->setValue('username', $username);
$this->setValue('password', $password);
Expand Down

0 comments on commit 102c13b

Please sign in to comment.