We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4681b5a commit 2ac5175Copy full SHA for 2ac5175
php/tests/Snowplow/RefererParser/Tests/AbstractParserTest.php
@@ -12,7 +12,7 @@ abstract class AbstractParserTest extends TestCase
12
13
public function setUp()
14
{
15
- $this->parser = $this->createParser();
+ $this->parser = $this->createParser(['www.subdomain1.snowplowanalytics.com', 'www.subdomain2.snowplowanalytics.com']);
16
}
17
18
/**
0 commit comments