Add the framework of a test

This commit is contained in:
Scarzy 2024-05-18 13:04:34 +01:00
parent bb0a614c39
commit 73a87a8ea8

View file

@ -0,0 +1,13 @@
<?php
namespace Tests\Feature\Api;
use Tests\TestCase;
class AssetFilesTest extends TestCase
{
public function testExample()
{
//
}
}