diff --git a/module/Core/test/Service/UrlShortenerTest.php b/module/Core/test/Service/UrlShortenerTest.php index 0552ef5a..4e7c9547 100644 --- a/module/Core/test/Service/UrlShortenerTest.php +++ b/module/Core/test/Service/UrlShortenerTest.php @@ -67,7 +67,11 @@ class UrlShortenerTest extends TestCase public function setUrlShortener($isUrlValidationExists) { $this->urlShortener = new UrlShortener( - $this->httpClient->reveal(), $this->em->reveal(), $this->cache, $isUrlValidationExists, UrlShortener::DEFAULT_CHARS + $this->httpClient->reveal(), + $this->em->reveal(), + $this->cache, + $isUrlValidationExists, + UrlShortener::DEFAULT_CHARS ); }