Skip to content

Commit ae31cdf

Browse files
committed
cs-fix
1 parent 23a758a commit ae31cdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/IntegrationTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public function testWorksAfterConfigReload($nameservers)
5252
Dns\resolve('google.com');
5353
$this->assertNull(Dns\resolver()->reloadConfig());
5454
delay(0.5);
55-
$result = is_array(Dns\resolve('google.com'));
55+
$result = \is_array(Dns\resolve('google.com'));
5656
$this->assertTrue($result);
5757
//\usleep(500*1000);
5858
}

0 commit comments

Comments
 (0)