Browse Source

remove debug

moell 1 năm trước cách đây
mục cha
commit
cd3fc1bb35
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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());