mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-12 01:54:41 +08:00
Allow short URLs list to be filtered by domain authority
This commit is contained in:
@@ -42,7 +42,7 @@ class ShortUrlListServiceTest extends TestCase
|
||||
$this->repo->expects($this->once())->method('findList')->willReturn($list);
|
||||
$this->repo->expects($this->once())->method('countList')->willReturn(count($list));
|
||||
|
||||
$paginator = $this->service->listShortUrls(ShortUrlsParams::emptyInstance(), $apiKey);
|
||||
$paginator = $this->service->listShortUrls(ShortUrlsParams::empty(), $apiKey);
|
||||
|
||||
self::assertCount(4, $paginator);
|
||||
self::assertCount(4, $paginator->getCurrentPageResults());
|
||||
|
||||
Reference in New Issue
Block a user