- Timestamp:
- 11/04/2021 03:22:47 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/l10n/translateSettingsUsingI18nSchema.php
r51599 r52010 11 11 * @return string 12 12 */ 13 function filter_set_locale_to_polish() {13 public function filter_set_locale_to_polish() { 14 14 return 'pl_PL'; 15 15 } … … 18 18 * @ticket 53238 19 19 */ 20 function test_translate_settings_using_i18n_schema() {20 public function test_translate_settings_using_i18n_schema() { 21 21 $textdomain = 'notice'; 22 22
Note: See TracChangeset
for help on using the changeset viewer.