Init feature test Tag

This commit is contained in:
NoAvatar 2024-10-16 02:58:51 +10:00
parent 97f669706f
commit beeccc8658

10
tests/Feature/TagTest.php Normal file
View File

@ -0,0 +1,10 @@
<?php
namespace Tests\Feature;
use Tests\TestCase;
class TagTest extends TestCase
{
//
}