8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6312d3 commit a3ba90dCopy full SHA for a3ba90d
src/Symfony/Bridge/PhpUnit/CHANGELOG.md
@@ -5,6 +5,7 @@ CHANGELOG
5
---
6
7
* Enable configuring clock and DNS mock namespaces with attributes
8
+ * Add support for CAA record type in DnsMock for improved DNS mocking capabilities
9
10
7.2
11
src/Symfony/Bridge/PhpUnit/DnsMock.php
@@ -30,6 +30,7 @@ class DnsMock
30
'NAPTR' => \DNS_NAPTR,
31
'TXT' => \DNS_TXT,
32
'HINFO' => \DNS_HINFO,
33
+ 'CAA' => '\\' !== \DIRECTORY_SEPARATOR ? \DNS_CAA : 0,
34
];
35
36
/**
0 commit comments