- Timestamp:
- 05/04/2017 05:11:49 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/api.wordpress.org/public_html/events/1.0/tests/test-index.php
r5462 r5478 256 256 ), 257 257 258 // Many users never change the default `en_US` locale in Core 259 'city-oceania-with-en_US' => array( 260 'input' => array( 261 'location_name' => 'Sydney', 262 'locale' => 'en_US', 263 'timezone' => 'Australia/Sydney', 264 ), 265 'expected' => array( 266 'description' => 'sydney', 267 'latitude' => '-33.868', 268 'longitude' => '151.207', 269 'country' => 'AU', 270 ), 271 ), 272 258 273 'city-south-america' => array( 259 274 'input' => array(
Note: See TracChangeset
for help on using the changeset viewer.