Changeset 57008 for trunk/tests/phpunit/tests/l10n/getUserLocale.php
- Timestamp:
- 10/25/2023 11:20:23 AM (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/l10n/getUserLocale.php
r54088 r57008 68 68 */ 69 69 public function test_user_locale_is_same_across_network() { 70 if ( ! is_multisite() ) {71 $this->markTestSkipped( 'This test requires Multisite.' );72 }73 74 70 $user_locale = get_user_locale(); 75 71
Note: See TracChangeset
for help on using the changeset viewer.