Files
investbrain/tests/SplitsTest.php
T
2024-09-09 17:56:57 -05:00

19 lines
260 B
PHP

<?php
namespace Tests;
use Tests\TestCase;
use Illuminate\Foundation\Testing\RefreshDatabase;
class SplitsTest extends TestCase
{
use RefreshDatabase;
/**
*/
public function test_user_has_dashboard_metrics(): void
{
//
}
}