From 899221558a144ecfa5dad20a525db60db0ba54f1 Mon Sep 17 00:00:00 2001 From: Dominique FOURNIER Date: Tue, 14 Jun 2022 16:39:07 +0200 Subject: [PATCH] Tests/SpfcheckTest.php : Update Fournier38 IP addresses --- Tests/SpfcheckTest.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 ()))); }