Skip to content

Commit

Permalink
replaced all placeholders with actual values
Browse files Browse the repository at this point in the history
  • Loading branch information
krishnaramya committed Nov 11, 2015
1 parent 0a78f75 commit cec3041
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions tests/NetAcuityTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,14 @@ public function getGeo()
'city-code' => '1516',
'continent-code' => '1',
'two-letter-country' => 'US',
'placeholder1' => '1',
'internal-code' => '1',
'area-code' => '123',
'placeholder2' => '2',
'placeholder3' => '3',
'placeholder4' => '4',
'placeholder5' => '5',
'placeholder6' => '6',
'placeholder7' => '7',
'country-conf' => '2',
'region-conf' => '3',
'city-conf' => '4',
'postal-conf' => '5',
'gmt-offset' => '6',
'in-dist' => '7',
],
$client->getGeo('1.2.3.4')
);
Expand Down

0 comments on commit cec3041

Please sign in to comment.