Created API tests for errors when resolving short URLs

This commit is contained in:
Alejandro Celaya
2019-11-20 20:44:03 +01:00
parent 9096318968
commit d044e1a5b7
6 changed files with 24 additions and 49 deletions

View File

@@ -4,7 +4,6 @@ declare(strict_types=1);
namespace ShlinkioApiTest\Shlink\Rest\Action;
use GuzzleHttp\RequestOptions;
use Shlinkio\Shlink\Rest\Util\RestUtils;
use Shlinkio\Shlink\TestUtils\ApiTest\ApiTestCase;