mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-11 01:33:11 +08:00
Updated to latest shlink-common with bug fixes
This commit is contained in:
@@ -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];
|
||||
});
|
||||
}
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user