fixup! Remove exampleTest

This commit is contained in:
philipp lang 2021-06-13 11:31:01 +02:00
parent 15faa13c51
commit d4eb62ff61
1 changed files with 0 additions and 21 deletions

View File

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