mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-10 09:13:11 +08:00
Update dependencies
This commit is contained in:
@@ -37,8 +37,8 @@ class ResolveShortUrlTest extends ApiTestCase
|
||||
{
|
||||
$now = Chronos::now();
|
||||
|
||||
yield 'future validSince' => [['validSince' => $now->addMonth()->toAtomString()]];
|
||||
yield 'past validUntil' => [['validUntil' => $now->subMonth()->toAtomString()]];
|
||||
yield 'future validSince' => [['validSince' => $now->addMonths(1)->toAtomString()]];
|
||||
yield 'past validUntil' => [['validUntil' => $now->subMonths(1)->toAtomString()]];
|
||||
yield 'maxVisits reached' => [['maxVisits' => 1]];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user