initial: bootstrap from BukidBountyApp base
This commit is contained in:
20
tests/Feature/ExampleTest.php
Normal file
20
tests/Feature/ExampleTest.php
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Tests\Feature;
|
||||
|
||||
use Tests\TestCase;
|
||||
|
||||
/**
|
||||
* @internal
|
||||
* @coversNothing
|
||||
*/
|
||||
class ExampleTest extends TestCase
|
||||
{
|
||||
public function testTheApplicationReturnsSuccessfulResponse()
|
||||
{
|
||||
$this->get('/')
|
||||
->assertSuccessful();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user