File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ public function testGetIdentitiesByType(): void
5555 $ this ->assertEmpty ($ this ->user ->getIdentities ('foo ' ));
5656 }
5757
58- public function testModelfindAllWithIdentities (): void
58+ public function testModelFindAllWithIdentities (): void
5959 {
6060 fake (UserModel::class);
6161 fake (UserIdentityModel::class, ['user_id ' => $ this ->user ->id , 'type ' => 'password ' ]);
@@ -69,7 +69,7 @@ public function testModelfindAllWithIdentities(): void
6969 $ this ->assertCount (2 , $ identities );
7070 }
7171
72- public function testModelfindByIdWithIdentities (): void
72+ public function testModelFindByIdWithIdentities (): void
7373 {
7474 fake (UserModel::class);
7575 fake (UserIdentityModel::class, ['user_id ' => $ this ->user ->id , 'type ' => 'password ' ]);
You can’t perform that action at this time.
0 commit comments