|
@@ -11,7 +11,6 @@ class PlanTest extends TestCase
|
|
public function test_create_plan(): void
|
|
public function test_create_plan(): void
|
|
{
|
|
{
|
|
$form = Plan::factory()->make();
|
|
$form = Plan::factory()->make();
|
|
- dump($form->toArray());
|
|
|
|
|
|
|
|
$response = $this->post(route('plan.store'), $form->toArray());
|
|
$response = $this->post(route('plan.store'), $form->toArray());
|
|
|
|
|