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

11 lines
96 B
PHP
Raw Normal View History

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