mirror of
https://github.com/shlinkio/shlink.git
synced 2026-02-28 04:03:12 +08:00
Load specific env file when running API tests
This commit is contained in:
@@ -37,7 +37,7 @@ class MatomoVisitSenderTest extends TestCase
|
||||
|
||||
$this->visitSender = new MatomoVisitSender(
|
||||
$this->trackerBuilder,
|
||||
new ShortUrlStringifier(new UrlShortenerOptions(domain: ['hostname' => 's2.test'])),
|
||||
new ShortUrlStringifier(new UrlShortenerOptions(defaultDomain: 's2.test')),
|
||||
$this->visitIterationRepository,
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user