wordpress-develop/tests/phpunit/tests/l10n
Sergey Biryukov d1046dc5f3 Tests: Use the data_ prefix for various data provider methods.
This aims to bring more consistency to the test suite, as the vast majority of data providers already use that prefix.

Includes moving some data providers next to the tests they are used in.

Follow-up to [55464].

See #57841.

git-svn-id: https://develop.svn.wordpress.org/trunk@55562 602fd350-edb4-49c9-b593-d223f7449a82
2023-03-19 12:03:30 +00:00
..
getLocale.php Build/Test Tools: Add @covers tags to the l10n and i18n tests. 2022-08-08 23:39:06 +00:00
getUserLocale.php Tests: Correctly use the factory method. 2022-09-06 22:03:10 +00:00
loadScriptTextdomain.php Tests: Use the data_ prefix for various data provider methods. 2023-03-19 12:03:30 +00:00
loadTextdomain.php I18N: Change how WP_Textdomain_Registry stores the default languages path. 2022-10-24 10:01:01 +00:00
loadTextdomainJustInTime.php I18N: Change how WP_Textdomain_Registry stores the default languages path. 2022-10-24 10:01:01 +00:00
translateSettingsUsingI18nSchema.php Build/Test Tools: Add @covers tags to the l10n and i18n tests. 2022-08-08 23:39:06 +00:00
wpGetListItemSeparator.php I18N: Check that $wp_locale global is set before calling its methods. 2023-02-15 23:35:33 +00:00
wpGetWordCountType.php I18N: Check that $wp_locale global is set before calling its methods. 2023-02-15 23:35:33 +00:00
wpLocaleSwitcher.php I18N: Improve method names in WP_Locale_Switcher(). 2023-02-04 20:45:36 +00:00
wpTextdomainRegistry.php I18N: Change how WP_Textdomain_Registry caches translation information. 2022-12-20 15:10:35 +00:00