mirror of
https://github.com/shlinkio/shlink.git
synced 2024-12-16 16:12:09 +03:00
10 lines
160 B
PHP
10 lines
160 B
PHP
<?php
|
|
declare(strict_types=1);
|
|
|
|
namespace ShlinkioTest\Shlink\Common\ApiTest;
|
|
|
|
use PHPUnit\Framework\TestCase;
|
|
|
|
abstract class ApiTestCase extends TestCase
|
|
{
|
|
}
|