From 102c13b998bf0557542a28043193399586adb351 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C5=A0pa=C4=8Dek?= Date: Sat, 30 Nov 2024 00:18:59 +0100 Subject: [PATCH] Correct test method name camelCase --- app/tests/Form/SignInHoneypotFormFactoryTest.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);