diff --git a/app/tests/Form/SignInHoneypotFormFactoryTest.phpt b/app/tests/Form/SignInHoneypotFormFactoryTest.phpt index 85390008a..5ce7e354e 100644 --- a/app/tests/Form/SignInHoneypotFormFactoryTest.phpt +++ b/app/tests/Form/SignInHoneypotFormFactoryTest.phpt @@ -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);