From 8a3f45f90bcf2105ab7746f8a0f6204bb41da63a Mon Sep 17 00:00:00 2001 From: Gabriel Caruso Date: Sun, 4 Feb 2018 07:05:51 -0200 Subject: [PATCH] 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. --- ext/standard/tests/network/dns_get_mx.phpt | 27 ---------------------- 1 file changed, 27 deletions(-) delete mode 100644 ext/standard/tests/network/dns_get_mx.phpt 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 -- 2.50.1