mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-12 01:54:41 +08:00
Added happyr/doctrine-specification to support dunamically applying specs to queries
This commit is contained in:
@@ -51,7 +51,7 @@ class TagServiceTest extends TestCase
|
||||
{
|
||||
$expected = [new TagInfo(new Tag('foo'), 1, 1), new TagInfo(new Tag('bar'), 3, 10)];
|
||||
|
||||
$find = $this->repo->findTagsWithInfo()->willReturn($expected);
|
||||
$find = $this->repo->findTagsWithInfo(null)->willReturn($expected);
|
||||
|
||||
$result = $this->service->tagsInfo();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user