Merge pull request #8243 from ladybirdweb/analysis-O3KjEB
Apply fixes from StyleCI
This commit is contained in:
@@ -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',
|
||||
|
||||
]);
|
||||
|
Reference in New Issue
Block a user