actingAs(User::find(1)); $content = SubscribeContent::first(); $this->post('/frontendcms/subscribe-content/update',[ 'title' => 'for test', 'subtitle' => 'for-test', 'description' => 'test', 'id' => $content->id, ])->assertStatus(200); } }