Skip to content

Commit

Permalink
Add CAA type for tests
Browse files Browse the repository at this point in the history
Add CAA type for mock
  • Loading branch information
jwaguet authored Jan 14, 2025
1 parent d2e5a1a commit 6e06342
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions DnsMock.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ class DnsMock
'NAPTR' => \DNS_NAPTR,
'TXT' => \DNS_TXT,
'HINFO' => \DNS_HINFO,
'CAA' => \DNS_CAA,
];

/**
Expand Down

0 comments on commit 6e06342

Please sign in to comment.