Changeset 40543 for trunk/tests/phpunit/tests/l10n/getLocale.php
- Timestamp:
- 04/23/2017 09:57:31 PM (9 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/l10n/getLocale.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/l10n/getLocale.php
r40520 r40543 22 22 */ 23 23 public function test_local_option_should_take_precedence_on_multisite() { 24 if ( ! is_multisite() ) { 25 $this->markTestSkipped( __METHOD__ . ' requires Multisite' ); 26 } 24 $this->skipWithoutMultisite(); 27 25 28 26 global $locale;
Note: See TracChangeset
for help on using the changeset viewer.