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

19 lines
263 B
PHP

<?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
{
//
}
}