Changeset 53866 for trunk/tests/phpunit/tests/l10n.php
- Timestamp:
- 08/08/2022 11:39:06 PM (4 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/l10n.php (modified) (23 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/l10n.php
r53543 r53866 18 18 /** 19 19 * @ticket 35961 20 * 21 * @covers ::_n_noop 20 22 */ 21 23 public function test_n_noop() { … … 31 33 /** 32 34 * @ticket 35961 35 * 36 * @covers ::_nx_noop 33 37 */ 34 38 public function test_nx_noop() { … … 45 49 /** 46 50 * @ticket 35073 51 * 52 * @covers ::before_last_bar 47 53 */ 48 54 public function test_before_last_bar() { … … 54 60 /** 55 61 * @ticket 35950 62 * 63 * @covers ::get_available_languages 56 64 */ 57 65 public function test_get_available_languages() { … … 68 76 /** 69 77 * @ticket 35284 78 * 79 * @covers ::wp_get_installed_translations 70 80 */ 71 81 public function test_wp_get_installed_translations_for_core() { … … 90 100 /** 91 101 * @ticket 35294 102 * 103 * @covers ::wp_dropdown_languages 92 104 */ 93 105 public function test_wp_dropdown_languages() { … … 112 124 /** 113 125 * @ticket 38632 126 * 127 * @covers ::wp_dropdown_languages 114 128 */ 115 129 public function test_wp_dropdown_languages_site_default() { … … 136 150 /** 137 151 * @ticket 44494 152 * 153 * @covers ::wp_dropdown_languages 138 154 */ 139 155 public function test_wp_dropdown_languages_exclude_en_us() { … … 154 170 /** 155 171 * @ticket 38632 172 * 173 * @covers ::wp_dropdown_languages 156 174 */ 157 175 public function test_wp_dropdown_languages_en_US_selected() { … … 176 194 /** 177 195 * Add site default language to ja_JP in dropdown 196 * 197 * @covers ::wp_dropdown_languages 178 198 */ 179 199 public function test_wp_dropdown_languages_site_default_ja_JP() { … … 200 220 /** 201 221 * Select dropdown language from de_DE to ja_JP 222 * 223 * @covers ::wp_dropdown_languages 202 224 */ 203 225 public function test_wp_dropdown_languages_ja_JP_selected() { … … 247 269 /** 248 270 * @ticket 35284 271 * 272 * @covers ::wp_get_pomo_file_data 249 273 */ 250 274 public function test_wp_get_pomo_file_data() { … … 273 297 /** 274 298 * @ticket 44541 299 * 300 * @covers ::the_excerpt 275 301 */ 276 302 public function test_length_of_excerpt_should_be_counted_by_words() { … … 297 323 /** 298 324 * @ticket 44541 325 * 326 * @covers ::the_excerpt 299 327 */ 300 328 public function test_length_of_excerpt_should_be_counted_by_chars() { … … 321 349 /** 322 350 * @ticket 44541 351 * 352 * @covers ::the_excerpt 323 353 */ 324 354 public function test_length_of_excerpt_should_be_counted_by_chars_in_japanese() { … … 345 375 /** 346 376 * @ticket 44541 377 * 378 * @covers ::the_excerpt_rss 347 379 */ 348 380 public function test_length_of_excerpt_rss_should_be_counted_by_words() { … … 369 401 /** 370 402 * @ticket 44541 403 * 404 * @covers ::the_excerpt_rss 371 405 */ 372 406 public function test_length_of_excerpt_rss_should_be_counted_by_chars() { … … 394 428 /** 395 429 * @ticket 44541 430 * 431 * @covers ::wp_dashboard_recent_drafts 396 432 */ 397 433 public function test_length_of_draft_should_be_counted_by_words() { … … 418 454 /** 419 455 * @ticket 44541 456 * 457 * @covers ::wp_dashboard_recent_drafts 420 458 */ 421 459 public function test_length_of_draft_should_be_counted_by_chars() { … … 442 480 /** 443 481 * @ticket 44541 482 * 483 * @covers ::wp_dashboard_recent_drafts 444 484 */ 445 485 public function test_length_of_draft_should_be_counted_by_chars_in_japanese() { … … 466 506 /** 467 507 * @ticket 44541 508 * 509 * @covers ::get_comment_excerpt 468 510 */ 469 511 public function test_length_of_comment_excerpt_should_be_counted_by_words() { … … 484 526 /** 485 527 * @ticket 44541 528 * 529 * @covers ::get_comment_excerpt 486 530 */ 487 531 public function test_length_of_comment_excerpt_should_be_counted_by_chars() { … … 502 546 /** 503 547 * @ticket 44541 548 * 549 * @covers ::get_comment_excerpt 504 550 */ 505 551 public function test_length_of_comment_excerpt_should_be_counted_by_chars_in_Japanese() {
Note: See TracChangeset
for help on using the changeset viewer.