Skip to content

Commit afbe7bb

Browse files
committed
composer fix-style
1 parent 7f5db20 commit afbe7bb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/IPinfoTest.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,10 @@ public function testLookup()
101101
$this->assertEquals($res->company['name'], 'Google LLC');
102102
$this->assertEquals($res->company['domain'], 'google.com');
103103
$this->assertEquals($res->company['type'], 'business');
104-
$this->assertEquals($res->privacy['vpn'], FALSE);
105-
$this->assertEquals($res->privacy['proxy'], FALSE);
106-
$this->assertEquals($res->privacy['tor'], FALSE);
107-
$this->assertEquals($res->privacy['hosting'], FALSE);
104+
$this->assertEquals($res->privacy['vpn'], false);
105+
$this->assertEquals($res->privacy['proxy'], false);
106+
$this->assertEquals($res->privacy['tor'], false);
107+
$this->assertEquals($res->privacy['hosting'], false);
108108
$this->assertEquals($res->abuse['address'], 'US, CA, Mountain View, 1600 Amphitheatre Parkway, 94043');
109109
$this->assertEquals($res->abuse['country'], 'US');
110110
$this->assertEquals($res->abuse['email'], 'network-abuse@google.com');

0 commit comments

Comments
 (0)