Updated to latest shlink-common with bug fixes

This commit is contained in:
Alejandro Celaya
2019-11-01 17:16:56 +01:00
parent 1f449e8ce1
commit 39ac2efe26
5 changed files with 5 additions and 5 deletions

View File

@@ -76,7 +76,7 @@ class CreateShortUrlActionTest extends ApiTestCase
public function provideMaxVisits(): array
{
return map(range(1, 20), function (int $i) {
return map(range(10, 15), function (int $i) {
return [$i];
});
}

View File

@@ -40,7 +40,7 @@ class ListShortUrlsTest extends ApiTestCase
. '/acmailer-7-0-the-most-important-release-in-a-long-time/',
'dateCreated' => '2019-01-01T00:00:00+00:00',
'visitsCount' => 2,
'tags' => ['foo', 'bar'],
'tags' => ['bar', 'foo'],
'meta' => [
'validSince' => '2020-05-01T00:00:00+00:00',
'validUntil' => null,