Skip to content

Commit 011644b

Browse files
binarykgithub-actions[bot]
authored andcommitted
Fix styling
1 parent 6c1d6d6 commit 011644b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/Controllers/RepositoryStoreControllerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public function test_success_storing(): void
6262
$this->assertModelExists($post);
6363
}
6464

65-
public function test_will_store_only_defined_fields_from_fieldsForStore(): void
65+
public function test_will_store_only_defined_fields_from_fields_for_store(): void
6666
{
6767
$user = $this->mockUsers()->first();
6868

tests/Feature/AuthorizableModelsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ protected function setUp(): void
3131
Cache::flush();
3232
}
3333

34-
public function test_can_cache_allowRestify_policy_so_its_called_once_per_user(): void
34+
public function test_can_cache_allow_restify_policy_so_its_called_once_per_user(): void
3535
{
3636
$this->partialMock(PostPolicy::class)
3737
->shouldReceive('allowRestify')

0 commit comments

Comments
 (0)