Changeset 50456
- Timestamp:
- 02/28/2021 05:22:27 PM (4 years ago)
- Location:
- trunk/tests/phpunit/tests/l10n
- Files:
-
- 4 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/l10n/getUserLocale.php
r49027 r50456 5 5 * @group i18n 6 6 */ 7 class Tests_ Get_User_Locale extends WP_UnitTestCase {7 class Tests_L10n_GetUserLocale extends WP_UnitTestCase { 8 8 protected $user_id; 9 9 -
trunk/tests/phpunit/tests/l10n/loadScriptTextdomain.php
r49639 r50456 5 5 * @group i18n 6 6 */ 7 class Tests_L10n_ loadScriptTextdomain extends WP_UnitTestCase {7 class Tests_L10n_LoadScriptTextdomain extends WP_UnitTestCase { 8 8 9 9 /** -
trunk/tests/phpunit/tests/l10n/loadTextdomain.php
r49603 r50456 5 5 * @group i18n 6 6 */ 7 class Tests_L10n_ loadTextdomain extends WP_UnitTestCase {7 class Tests_L10n_LoadTextdomain extends WP_UnitTestCase { 8 8 protected $locale; 9 9 protected static $user_id; -
trunk/tests/phpunit/tests/l10n/loadTextdomainJustInTime.php
r49603 r50456 5 5 * @group i18n 6 6 */ 7 class Tests_L10n_ loadTextdomainJustInTime extends WP_UnitTestCase {7 class Tests_L10n_LoadTextdomainJustInTime extends WP_UnitTestCase { 8 8 protected $orig_theme_dir; 9 9 protected $theme_root; -
trunk/tests/phpunit/tests/l10n/wpLocaleSwitcher.php
r50455 r50456 6 6 * @ticket 26511 7 7 */ 8 class Tests_L ocale_Switcher extends WP_UnitTestCase {8 class Tests_L10n_wpLocaleSwitcher extends WP_UnitTestCase { 9 9 /** 10 10 * @var string
Note: See TracChangeset
for help on using the changeset viewer.