Changeset 40520 for trunk/tests/phpunit/tests/l10n/getLocale.php
- Timestamp:
- 04/22/2017 06:58:46 PM (9 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/l10n/getLocale.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/l10n/getLocale.php
r39005 r40520 18 18 } 19 19 20 /** 21 * @group ms-required 22 */ 20 23 public function test_local_option_should_take_precedence_on_multisite() { 21 24 if ( ! is_multisite() ) { … … 36 39 } 37 40 41 /** 42 * @group ms-required 43 */ 38 44 public function test_network_option_should_be_fallback_on_multisite() { 39 45 if ( ! is_multisite() ) { … … 53 59 } 54 60 61 /** 62 * @group ms-excluded 63 */ 55 64 public function test_option_should_be_respected_on_nonmultisite() { 56 65 if ( is_multisite() ) {
Note: See TracChangeset
for help on using the changeset viewer.