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

11 lines
96 B
PHP

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