Tests/SpfcheckTest.php : Update Fournier38 IP addresses

This commit is contained in:
2022-06-14 16:39:07 +02:00
parent a60db30785
commit 899221558a

View File

@@ -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 ())));
}