moell 1 年間 前
コミット
cd3fc1bb35
1 ファイル変更0 行追加1 行削除
  1. 0 1
      tests/Feature/API/PlanTest.php

+ 0 - 1
tests/Feature/API/PlanTest.php

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