Merge pull request #8243 from ladybirdweb/analysis-O3KjEB

Apply fixes from StyleCI
This commit is contained in:
Bhanu Pratap Singh
2023-10-09 18:05:18 +05:30
committed by GitHub

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