Changeset 10551
- Timestamp:
- 01/05/2021 08:11:44 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/api.wordpress.org/public_html/events/1.0/tests/test-index-phpunit.php
r10548 r10551 831 831 'input' => array( 'ip' => '86.108.55.28' ), 832 832 'expected' => array( 833 'description' => ' amman',834 'latitude' => '3 1.955',835 'longitude' => '3 5.945',833 'description' => 'zarqa', 834 'latitude' => '32.073', 835 'longitude' => '36.088', 836 836 'country' => 'JO', 837 837 'internal' => true, … … 857 857 'longitude' => '-99.128', 858 858 'country' => 'MX', 859 'internal' => true, 860 ), 861 ), 862 863 'ip-seattle' => array( 864 'input' => array( 'ip' => '97.113.10.69' ), 865 'expected' => array( 866 'description' => 'seattle', 867 'latitude' => '47.606', 868 'longitude' => '-122.332', 869 'country' => 'US', 859 870 'internal' => true, 860 871 ),
Note: See TracChangeset
for help on using the changeset viewer.