Added new API test for Options requests

This commit is contained in:
Alejandro Celaya
2019-08-11 14:21:35 +02:00
parent 24e708b7e1
commit 97a362617d
2 changed files with 32 additions and 1 deletions

View File

@@ -8,7 +8,7 @@ use ShlinkioTest\Shlink\Common\ApiTest\ApiTestCase;
class ListShortUrlsTest extends ApiTestCase
{
/** @test */
public function shortUrlsAreProperlyListed()
public function shortUrlsAreProperlyListed(): void
{
$resp = $this->callApiWithKey(self::METHOD_GET, '/short-urls');
$respPayload = $this->getJsonResponsePayload($resp);