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