Updated dependencies

This commit is contained in:
Alejandro Celaya
2020-11-02 11:53:14 +01:00
parent ae636aef5a
commit 1621f3a943
76 changed files with 248 additions and 37 deletions
@@ -9,6 +9,7 @@ use Doctrine\ORM\EntityManagerInterface;
use Doctrine\ORM\EntityRepository;
use PHPUnit\Framework\TestCase;
use Prophecy\Argument;
use Prophecy\PhpUnit\ProphecyTrait;
use Prophecy\Prophecy\ObjectProphecy;
use Shlinkio\Shlink\Core\Entity\ShortUrl;
use Shlinkio\Shlink\Core\Entity\Tag;
@@ -24,6 +25,8 @@ use function count;
class ShortUrlServiceTest extends TestCase
{
use ProphecyTrait;
private ShortUrlService $service;
private ObjectProphecy $em;
private ObjectProphecy $urlResolver;