Apply fixes from StyleCI

This commit is contained in:
StyleCI Bot
2023-10-09 12:35:10 +00:00
parent e1f6c29a3b
commit 9de0d664a9

View File

@@ -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',
]);