Created TestUtils module

This commit is contained in:
Alejandro Celaya
2019-08-11 16:30:46 +02:00
parent da88ec6807
commit 7c349e42fd
16 changed files with 54 additions and 25 deletions

View File

@@ -3,7 +3,7 @@ declare(strict_types=1);
namespace ShlinkioApiTest\Shlink\Rest\Action;
use ShlinkioTest\Shlink\Common\ApiTest\ApiTestCase;
use Shlinkio\Shlink\TestUtils\ApiTest\ApiTestCase;
class ListShortUrlsTest extends ApiTestCase
{