Tests/SpfcheckTest.php : Update Fournier38 IP addresses
This commit is contained in:
@@ -74,10 +74,10 @@ class SpfcheckTest extends \PHPUnit_Framework_TestCase
|
|||||||
$this->assertSame ($res,
|
$this->assertSame ($res,
|
||||||
array ("mxvalid.spf.tester.fournier38.fr" => array (
|
array ("mxvalid.spf.tester.fournier38.fr" => array (
|
||||||
"mx:tester.fournier38.fr" => array (
|
"mx:tester.fournier38.fr" => array (
|
||||||
"2a01:e0a:163:38f1::103",
|
"2a01:e0a:2a7:9cd1::103",
|
||||||
"2a01:e0a:2a7:9cd0::206",
|
"2a01:e0a:392:ab60::206",
|
||||||
"82.64.55.197",
|
"82.64.75.195",
|
||||||
"82.64.75.195"),
|
"82.66.67.64"),
|
||||||
"-all" => array ())));
|
"-all" => array ())));
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -97,8 +97,8 @@ class SpfcheckTest extends \PHPUnit_Framework_TestCase
|
|||||||
$this->assertSame ($res,
|
$this->assertSame ($res,
|
||||||
array ("avalid.spf.tester.fournier38.fr" => array (
|
array ("avalid.spf.tester.fournier38.fr" => array (
|
||||||
"a:tester.fournier38.fr" => array (
|
"a:tester.fournier38.fr" => array (
|
||||||
"2a01:e0a:163:38f1::100",
|
"2a01:e0a:2a7:9cd1::100",
|
||||||
"82.64.55.197",),
|
"82.64.75.195",),
|
||||||
"-all" => array ())));
|
"-all" => array ())));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user