Changeset 49027 for trunk/tests/phpunit/tests/l10n/getLocale.php
- Timestamp:
- 09/21/2020 02:05:23 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/l10n/getLocale.php
r46586 r49027 40 40 public function test_network_option_should_be_fallback_on_multisite() { 41 41 if ( ! is_multisite() ) { 42 $this->markTestSkipped( __METHOD__ . ' requires Multisite ' );42 $this->markTestSkipped( __METHOD__ . ' requires Multisite.' ); 43 43 } 44 44 … … 60 60 public function test_option_should_be_respected_on_nonmultisite() { 61 61 if ( is_multisite() ) { 62 $this->markTestSkipped( __METHOD__ . ' does not apply to Multisite ' );62 $this->markTestSkipped( __METHOD__ . ' does not apply to Multisite.' ); 63 63 } 64 64
Note: See TracChangeset
for help on using the changeset viewer.