- Timestamp:
- 04/17/2017 09:06:59 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/api.wordpress.org/public_html/events/1.0/tests/test-index.php
r5311 r5355 124 124 ), 125 125 'expected' => array( 126 'country' => 'AU' 126 'country' => 'AU', 127 127 ), 128 128 ), … … 139 139 ), 140 140 'expected' => array( 141 'country' => 'ID' 141 'country' => 'ID', 142 'description' => 'indonesia', 142 143 ), 143 144 ), … … 487 488 'expected' => array( 488 489 'country' => 'CA', 490 'description' => 'canada', 489 491 ), 490 492 ), … … 498 500 'expected' => array( 499 501 'country' => 'DO', 502 'description' => 'dominican republic', 500 503 ), 501 504 ), … … 509 512 'expected' => array( 510 513 'country' => 'CF', 514 'description' => 'central african republic', 511 515 ), 512 516 ), … … 520 524 'expected' => array( 521 525 'country' => 'GB', 526 'description' => 'united kingdom', 522 527 ), 523 528 ), … … 531 536 'expected' => array( 532 537 'country' => 'BI', 538 'description' => 'burundi', 533 539 ), 534 540 ),
Note: See TracChangeset
for help on using the changeset viewer.