Skip to content

Commit ecfdcaa

Browse files
author
Paul Bearne
committed
whitespace
1 parent bde40da commit ecfdcaa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/phpunit/tests/functions/wpTimezoneChoice.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public function test_wp_timezone_choice_selected( $selected_zone, $expected ) {
6363
*/
6464
public function data_wp_timezone_choice_selected() {
6565
return array(
66-
'city from the list' => array(
66+
'city from the list' => array(
6767
'America/Los_Angeles',
6868
'<option selected="selected" value="America/Los_Angeles">Los Angeles</option>',
6969
),
@@ -107,9 +107,9 @@ public function test_wp_timezone_choice_es( $expected ) {
107107
public function data_wp_timezone_choice_es() {
108108
return array(
109109
'placeholder remains in English (no translation override passed)' => array( '<option selected="selected" value="">Select a city</option>' ),
110-
'spanish city translation' => array( '<option value="Pacific/Port_Moresby">Puerto Moresby</option>' ),
111-
'spanish optgroup Arctic' => array( '<optgroup label="Ártico">' ),
112-
'spanish optgroup Manual Offsets untranslated' => array( '<optgroup label="Manual Offsets">' ),
110+
'spanish city translation' => array( '<option value="Pacific/Port_Moresby">Puerto Moresby</option>' ),
111+
'spanish optgroup Arctic' => array( '<optgroup label="Ártico">' ),
112+
'spanish optgroup Manual Offsets untranslated' => array( '<optgroup label="Manual Offsets">' ),
113113
);
114114
}
115115

0 commit comments

Comments
 (0)