From: Gabriel Caruso Date: Sun, 4 Feb 2018 09:05:51 +0000 (-0200) Subject: Remove getmxrr alias dns_get_mx test X-Git-Tag: php-7.3.0alpha1~462 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4fff031e5d36f93ada010621fd6e0f288d36b31e;p=php Remove getmxrr alias dns_get_mx test The test is currently failing, and the same functionality is already tested (in a better way) in the getmxrr() test. --- diff --git a/ext/standard/tests/network/dns_get_mx.phpt b/ext/standard/tests/network/dns_get_mx.phpt deleted file mode 100644 index f6bb7ec05e..0000000000 --- a/ext/standard/tests/network/dns_get_mx.phpt +++ /dev/null @@ -1,27 +0,0 @@ ---TEST-- -bool dns_get_mx ( string $hostname , array &$mxhosts [, array &$weight ] ); ---CREDITS-- -marcosptf - - @phpsp - sao paulo - br ---SKIPIF-- - ---FILE-- - ---EXPECTF-- -Hosts: %i, weights: %i -Hosts: %i, weights: %i -Hosts: %i, weights: %i