mirror of
https://github.com/shlinkio/shlink.git
synced 2026-02-28 04:03:12 +08:00
Remove dead code that is affecting code coverage
This commit is contained in:
@@ -87,7 +87,7 @@ class MatomoVisitSenderTest extends TestCase
|
||||
yield 'unlocated orphan visit' => [Visit::forBasePath(Visitor::empty()), null, []];
|
||||
yield 'located regular visit' => [
|
||||
Visit::forValidShortUrl(ShortUrl::withLongUrl('https://shlink.io'), Visitor::empty())
|
||||
->locate(VisitLocation::fromGeolocation(new Location(
|
||||
->locate(VisitLocation::fromLocation(new Location(
|
||||
countryCode: 'US',
|
||||
countryName: 'countryName',
|
||||
regionName: 'regionName',
|
||||
|
||||
Reference in New Issue
Block a user