Changeset 10557 for sites/trunk/api.wordpress.org/public_html/events/1.0/tests/test-index-phpunit.php
- Timestamp:
- 01/07/2021 10:25:00 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
r10554 r10557 683 683 ), 684 684 685 'usa-city- altname-disambiguation-by-population' => array(685 'usa-city-disambiguation-by-preferred-name' => array( 686 686 'input' => array( 687 687 'location_name' => 'Chicago', … … 696 696 ), 697 697 ), 698 'usa-city- altname-disambiguation-by-population-2' => array(698 'usa-city-disambiguation-by-preferred-name-2' => array( 699 699 'input' => array( 700 700 'location_name' => 'Chicago', … … 707 707 'longitude' => '-87.650', 708 708 'country' => 'US', 709 ), 710 ), 711 712 // Calcutta, Ohio, USA is a preferred name, but the country is more relevant here. 713 'city-disambiguation-by-country' => array( 714 'input' => array( 715 'location_name' => 'Calcutta', 716 'locale' => 'hi_IN', 717 'timezone' => 'Asia/Kolkata', 718 ), 719 'expected' => array( 720 'description' => 'calcutta', 721 'latitude' => '22.563', 722 'longitude' => '88.363', 723 'country' => 'IN', 709 724 ), 710 725 ),
Note: See TracChangeset
for help on using the changeset viewer.