We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4ec5c0 commit bfc18b4Copy full SHA for bfc18b4
tests/Unit/UserModelTest.php
@@ -48,7 +48,7 @@ public function testSaveInsertUser(): void
48
/**
49
* @see https://github.com/codeigniter4/shield/issues/546
50
*/
51
- public function testfindByCredentialsEmptyEmail(): void
+ public function testFindByCredentialsEmptyEmail(): void
52
{
53
$users = $this->createUserModel();
54
$user = $this->createNewUser();
0 commit comments