Skip to content

Commit

Permalink
PISHPS-328: added test case to ApplePayDirectDomainSanitizerTest for …
Browse files Browse the repository at this point in the history
…sub domains
  • Loading branch information
m-muxfeld-diw committed Jul 11, 2024
1 parent f792781 commit ef4a49c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ public function sanitationTestDataProvider(): array
'removes shop language slug if provided' => ['https://example.com/shop/de', 'example.com'],
'removes shop language slug and trailing slash if provided' => ['example.com/shop/de/', 'example.com'],
'removes shop language slug and trailing slash if provided and protocol' => ['https://example.com/shop/de/', 'example.com'],
'sub domains are not removed' => ['sub.example.com', 'sub.example.com'],
];
}
}

0 comments on commit ef4a49c

Please sign in to comment.