mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-08 16:22:16 +01:00
10 lines
167 B
PHP
10 lines
167 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
namespace Tests\Unit\Endpoint\Api\V1;
|
|
|
|
use Tests\TestCaseWithDatabase;
|
|
|
|
class ApiEndpointTestAbstract extends TestCaseWithDatabase {}
|