shlink/module/Common/test-db/ApiTest/ApiTestCase.php

11 lines
160 B
PHP
Raw Normal View History

<?php
declare(strict_types=1);
namespace ShlinkioTest\Shlink\Common\ApiTest;
use PHPUnit\Framework\TestCase;
abstract class ApiTestCase extends TestCase
{
}