. */ declare(strict_types=1); namespace Tests\Api\V1\Controllers; use Tests\TestCase; /** * Class UserControllerTest */ class UserControllerTest extends TestCase { }