File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 ' )
You can’t perform that action at this time.
0 commit comments