Skip to content

Commit 2ac5175

Browse files
committed
Preparing PHP codebase for internal domains test
1 parent 4681b5a commit 2ac5175

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php/tests/Snowplow/RefererParser/Tests/AbstractParserTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ abstract class AbstractParserTest extends TestCase
1212

1313
public function setUp()
1414
{
15-
$this->parser = $this->createParser();
15+
$this->parser = $this->createParser(['www.subdomain1.snowplowanalytics.com', 'www.subdomain2.snowplowanalytics.com']);
1616
}
1717

1818
/**

0 commit comments

Comments
 (0)