mirror of
https://github.com/danog/dns.git
synced 2024-11-26 20:14:51 +01:00
Update test/IntegrationTest.php
This commit is contained in:
parent
de24dceab5
commit
49d6002687
@ -154,7 +154,7 @@ class IntegrationTest extends AsyncTestCase
|
||||
|
||||
foreach ($records as $record) {
|
||||
self::assertSame(DnsRecord::A, $record->getType());
|
||||
$inAddr = @\inet_pton($record->getValue());
|
||||
$inAddr = \inet_pton($record->getValue());
|
||||
self::assertNotFalse(
|
||||
$inAddr,
|
||||
"Server name google.com did not resolve to a valid IP address"
|
||||
|
Loading…
Reference in New Issue
Block a user