Ensured date range filtering is also passed to the count function on ShortUrlRepository

This commit is contained in:
Alejandro Celaya
2019-12-16 21:46:27 +01:00
parent 03a92e5556
commit 839ca31821
11 changed files with 68 additions and 43 deletions

View File

@@ -6,7 +6,7 @@ namespace ShlinkioApiTest\Shlink\Rest\Fixtures;
use Cake\Chronos\Chronos;
use Doctrine\Common\DataFixtures\AbstractFixture;
use Doctrine\Common\Persistence\ObjectManager;
use Doctrine\Persistence\ObjectManager;
use ReflectionObject;
use Shlinkio\Shlink\Core\Entity\ShortUrl;
use Shlinkio\Shlink\Core\Model\ShortUrlMeta;