Skip to content

Commit

Permalink
Adding city/state
Browse files Browse the repository at this point in the history
  • Loading branch information
karllhughes committed Jul 25, 2015
1 parent baf0305 commit f9d6bb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/GovtTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ private function createLocationsArray($loc_count = 3) {
$locations = [];
$i = 0;
while ($i < $loc_count) {
$locations[] = uniqid();
$locations[] = uniqid().', '.uniqid();
$i++;
}
return $locations;
Expand Down

0 comments on commit f9d6bb1

Please sign in to comment.