Added API test for visits with and without domain

This commit is contained in:
Alejandro Celaya
2020-02-02 10:46:38 +01:00
parent 881002634a
commit e58f2a384e
5 changed files with 39 additions and 3 deletions

View File

@@ -59,6 +59,7 @@ class ShortUrlsFixture extends AbstractFixture
$this->addReference('abc123_short_url', $abcShortUrl);
$this->addReference('def456_short_url', $defShortUrl);
$this->addReference('ghi789_short_url', $ghiShortUrl);
}
private function setShortUrlDate(ShortUrl $shortUrl, string $date): ShortUrl