Laravel Pint fixes

Also remove a file that wasn’t needed
This commit is contained in:
Jonny Barnes 2023-02-04 10:30:49 +00:00
parent bdbcaa55ea
commit f2c8f04c2f
Signed by: jonny
SSH key fingerprint: SHA256:CTuSlns5U7qlD9jqHvtnVmfYV3Zwl2Z7WnJ4/dqOaL8
4 changed files with 5 additions and 26 deletions

View file

@ -1,22 +0,0 @@
<?php
namespace Tests\Feature\Jobs;
use Illuminate\Foundation\Testing\RefreshDatabase;
use Illuminate\Foundation\Testing\WithFaker;
use Tests\TestCase;
class SaveScreenshotTest extends TestCase
{
/**
* A basic feature test example.
*
* @return void
*/
public function test_example()
{
$response = $this->get('/');
$response->assertStatus(200);
}
}