laravel-api-simple-blog/tests/Feature/UserTest.php

11 lines
97 B
PHP
Raw Normal View History

2024-10-15 19:58:33 +03:00
<?php
namespace Tests\Feature;
use Tests\TestCase;
class UserTest extends TestCase
{
//
}