make(); $form->whitelist = [ 1 ]; $form->plans = [ Plan::factory()->create()->id, Plan::factory()->create()->id, ]; $form->assets = [ Asset::factory()->create()->id, Asset::factory()->create()->id, ]; $response = $this->post(route('project.store'), $form->toArray()); $response->assertStatus(201); } }