Files
solidtime/tests/Unit/Endpoint/Api/V1/ApiEndpointTestAbstract.php
2024-09-11 18:07:35 +02:00

10 lines
167 B
PHP

<?php
declare(strict_types=1);
namespace Tests\Unit\Endpoint\Api\V1;
use Tests\TestCaseWithDatabase;
class ApiEndpointTestAbstract extends TestCaseWithDatabase {}