Skip to content

Commit

Permalink
Add more comments for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
mtompset committed Dec 12, 2024
1 parent 2f33ed1 commit 87042f6
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ public function testListDomains()
foreach ($arrayOfDomainsObjects as $domainObject) {
$domainNameList[$domainObject->getDomainName()] = $domainObject->getDomainName();
}
// This should match the values in docker-compose.yml when testing locally
// This should match the values in run-tests.sh when testing is triggered by GitHub actions
// This is the keyed array version of the list.
$expected = [
'groups.example.org' => 'groups.example.org',
'example.org' => 'example.org',
Expand Down

0 comments on commit 87042f6

Please sign in to comment.