Skip to content

Commit e6a822d

Browse files
athos-ribeirocmb69
authored andcommitted
Revert unintended test expectation change
Commit fbe3059 included an unintended change to the test which checks if dns_get_record populates its additional parameter. This patch reverts such change. The issue was not detected by the CIs because their tests run in the --offline mode, and the test in question needs internet connection. Closes GH-9625.
1 parent 856a7ac commit e6a822d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/standard/tests/network/bug73594.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ $res = dns_get_record('php.net', DNS_MX, $auth, $additional);
2424
var_dump(!empty($res) && empty($additional));
2525
?>
2626
--EXPECT--
27-
bool(true)
27+
bool(false)

0 commit comments

Comments
 (0)