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

11 lines
97 B
PHP
Raw Normal View History

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