]> granicus.if.org Git - php/commitdiff
Changed test case to use our new dummy MX records.
authorMartin Jansen <mj@php.net>
Tue, 25 May 2010 05:01:03 +0000 (05:01 +0000)
committerMartin Jansen <mj@php.net>
Tue, 25 May 2010 05:01:03 +0000 (05:01 +0000)
ext/standard/tests/network/getmxrr.phpt

index b6753f0d616ace4bedcce8da4691311c967c3922..245ca079435b343a8b63c8429bf3ae752841f4ef 100644 (file)
@@ -8,7 +8,7 @@ if (substr(PHP_OS, 0, 3) == 'WIN') {
 ?>
 --FILE--
 <?php
-$domains = array( 'php.net', 'lists.php.net' );
+$domains = array( 'mx1.tests.php.net', 'mx2.tests.php.net' );
 foreach ( $domains as $domain )
 {
     if ( getmxrr( $domain, $hosts, $weights ) )
@@ -18,5 +18,5 @@ foreach ( $domains as $domain )
 }
 ?>
 --EXPECT--
-Hosts: 2, weights: 2
 Hosts: 1, weights: 1
+Hosts: 2, weights: 2