diff --git a/Tests/SpfcheckTest.php b/Tests/SpfcheckTest.php index 309f3cf..dd7910b 100644 --- a/Tests/SpfcheckTest.php +++ b/Tests/SpfcheckTest.php @@ -74,10 +74,10 @@ class SpfcheckTest extends \PHPUnit_Framework_TestCase $this->assertSame ($res, array ("mxvalid.spf.tester.fournier38.fr" => array ( "mx:tester.fournier38.fr" => array ( - "2a01:e0a:163:38f1::103", - "2a01:e0a:2a7:9cd0::206", - "82.64.55.197", - "82.64.75.195"), + "2a01:e0a:2a7:9cd1::103", + "2a01:e0a:392:ab60::206", + "82.64.75.195", + "82.66.67.64"), "-all" => array ()))); } @@ -97,8 +97,8 @@ class SpfcheckTest extends \PHPUnit_Framework_TestCase $this->assertSame ($res, array ("avalid.spf.tester.fournier38.fr" => array ( "a:tester.fournier38.fr" => array ( - "2a01:e0a:163:38f1::100", - "82.64.55.197",), + "2a01:e0a:2a7:9cd1::100", + "82.64.75.195",), "-all" => array ()))); }