From 011644b7113836ca1585441d60f28199901985fa Mon Sep 17 00:00:00 2001 From: binaryk Date: Sat, 30 Nov 2024 06:25:48 +0000 Subject: [PATCH] Fix styling --- tests/Controllers/RepositoryStoreControllerTest.php | 2 +- tests/Feature/AuthorizableModelsTest.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Controllers/RepositoryStoreControllerTest.php b/tests/Controllers/RepositoryStoreControllerTest.php index 112cb2fb..2261bc01 100644 --- a/tests/Controllers/RepositoryStoreControllerTest.php +++ b/tests/Controllers/RepositoryStoreControllerTest.php @@ -62,7 +62,7 @@ public function test_success_storing(): void $this->assertModelExists($post); } - public function test_will_store_only_defined_fields_from_fieldsForStore(): void + public function test_will_store_only_defined_fields_from_fields_for_store(): void { $user = $this->mockUsers()->first(); diff --git a/tests/Feature/AuthorizableModelsTest.php b/tests/Feature/AuthorizableModelsTest.php index f9288c27..7d92b77a 100644 --- a/tests/Feature/AuthorizableModelsTest.php +++ b/tests/Feature/AuthorizableModelsTest.php @@ -31,7 +31,7 @@ protected function setUp(): void Cache::flush(); } - public function test_can_cache_allowRestify_policy_so_its_called_once_per_user(): void + public function test_can_cache_allow_restify_policy_so_its_called_once_per_user(): void { $this->partialMock(PostPolicy::class) ->shouldReceive('allowRestify')