mirror of
https://github.com/shlinkio/shlink.git
synced 2025-02-25 18:45:27 -06:00
Added orphan visits count to visits stats endpoint
This commit is contained in:
@@ -31,7 +31,7 @@ class GlobalVisitsActionTest extends TestCase
|
||||
public function statsAreReturnedFromHelper(): void
|
||||
{
|
||||
$apiKey = new ApiKey();
|
||||
$stats = new VisitsStats(5);
|
||||
$stats = new VisitsStats(5, 3);
|
||||
$getStats = $this->helper->getVisitsStats($apiKey)->willReturn($stats);
|
||||
|
||||
/** @var JsonResponse $resp */
|
||||
|
||||
Reference in New Issue
Block a user