- Timestamp:
- 08/08/2022 11:39:06 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/l10n/loadTextdomainJustInTime.php
r52248 r53866 63 63 /** 64 64 * @ticket 34114 65 * 66 * @covers ::is_textdomain_loaded 65 67 */ 66 68 public function test_plugin_translation_should_be_translated_without_calling_load_plugin_textdomain() { … … 82 84 /** 83 85 * @ticket 34114 86 * 87 * @covers ::is_textdomain_loaded 84 88 */ 85 89 public function test_theme_translation_should_be_translated_without_calling_load_theme_textdomain() { … … 103 107 /** 104 108 * @ticket 34114 109 * 110 * @covers ::get_translations_for_domain 105 111 */ 106 112 public function test_get_translations_for_domain_does_not_return_null_if_override_load_textdomain_is_used() { … … 116 122 /** 117 123 * @ticket 37113 124 * 125 * @covers ::is_textdomain_loaded 118 126 */ 119 127 public function test_should_allow_unloading_of_text_domain() { … … 155 163 /** 156 164 * @ticket 26511 165 * 166 * @covers ::switch_to_locale 157 167 */ 158 168 public function test_plugin_translation_after_switching_locale() { … … 168 178 /** 169 179 * @ticket 37997 180 * 181 * @covers ::switch_to_locale 170 182 */ 171 183 public function test_plugin_translation_after_switching_locale_twice() { … … 186 198 /** 187 199 * @ticket 26511 200 * 201 * @covers ::switch_to_locale 188 202 */ 189 203 public function test_theme_translation_after_switching_locale() { … … 203 217 /** 204 218 * @ticket 38485 219 * 220 * @covers ::wp_set_current_user 205 221 */ 206 222 public function test_plugin_translation_with_user_locale() { … … 217 233 /** 218 234 * @ticket 38485 235 * 236 * @covers ::wp_set_current_user 219 237 */ 220 238 public function test_theme_translation_with_user_locale() { … … 234 252 /** 235 253 * @ticket 37997 254 * 255 * @covers ::_load_textdomain_just_in_time 236 256 */ 237 257 public function test_get_locale_is_called_only_once_per_textdomain() {
Note: See TracChangeset
for help on using the changeset viewer.