Skip to content

Commit 6e06342

Browse files
authored
Add CAA type for tests
Add CAA type for mock
1 parent d2e5a1a commit 6e06342

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

DnsMock.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ class DnsMock
3030
'NAPTR' => \DNS_NAPTR,
3131
'TXT' => \DNS_TXT,
3232
'HINFO' => \DNS_HINFO,
33+
'CAA' => \DNS_CAA,
3334
];
3435

3536
/**

0 commit comments

Comments
 (0)