소스 검색

remove debug

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());