From 9de0d664a9781d16ccfbe0773da121594e405161 Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Mon, 9 Oct 2023 12:35:10 +0000 Subject: [PATCH] Apply fixes from StyleCI --- tests/Unit/TicketControllerTest.php | 9 --------- 1 file changed, 9 deletions(-) diff --git a/tests/Unit/TicketControllerTest.php b/tests/Unit/TicketControllerTest.php index 2529fa4c7..e4978f490 100644 --- a/tests/Unit/TicketControllerTest.php +++ b/tests/Unit/TicketControllerTest.php @@ -14,10 +14,6 @@ class TicketControllerTest extends TestCase { use DatabaseTransactions; - - - - /** * A basic unit test example. * @@ -38,9 +34,6 @@ class TicketControllerTest extends TestCase ]); $user->save(); - - - // Authenticate as the created user $this->actingAs($user); @@ -77,8 +70,6 @@ class TicketControllerTest extends TestCase $response = $this->post(route('select_all'), [ 'select_all' => [$ticket->id], - - 'submit' => 'Open', ]);