test skeleton

This commit is contained in:
hackerESQ
2024-09-09 17:56:57 -05:00
parent 289b1c217b
commit 0c27ebaba5
2 changed files with 36 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
<?php
namespace Tests;
use Tests\TestCase;
use Illuminate\Foundation\Testing\RefreshDatabase;
class DividendsTest extends TestCase
{
use RefreshDatabase;
/**
*/
public function test_user_has_dashboard_metrics(): void
{
//
}
}