mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-12 01:54:41 +08:00
Update dependencies
This commit is contained in:
@@ -30,6 +30,6 @@ class NonOrphanVisitsTest extends ApiTestCase
|
||||
yield 'last page' => [['page' => 3, 'itemsPerPage' => 3], 7, 1];
|
||||
yield 'bots excluded' => [['excludeBots' => 'true'], 6, 6];
|
||||
yield 'bots excluded and pagination' => [['excludeBots' => 'true', 'page' => 1, 'itemsPerPage' => 4], 6, 4];
|
||||
yield 'date filter' => [['startDate' => Chronos::now()->addDay()->toAtomString()], 0, 0];
|
||||
yield 'date filter' => [['startDate' => Chronos::now()->addDays(1)->toAtomString()], 0, 0];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user