Update tests
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
namespace Tests\Feature;
|
||||
|
||||
use Tests\RefreshDatabase;
|
||||
use Tests\TestCase;
|
||||
|
||||
class StatsPageTest extends TestCase
|
||||
{
|
||||
use RefreshDatabase;
|
||||
|
||||
public function test_stats_page_renders_with_empty_database(): void
|
||||
{
|
||||
$this->get('/stats')->assertOk();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user