laravel-api-simple-blog/tests/Feature/UserTest.php
2024-10-16 02:58:33 +10:00

11 lines
97 B
PHP

<?php
namespace Tests\Feature;
use Tests\TestCase;
class UserTest extends TestCase
{
//
}