Changeset 51415 for trunk/tests/phpunit/tests/l10n/getLocale.php
- Timestamp:
- 07/13/2021 10:43:42 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/l10n/getLocale.php
r49027 r51415 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( 'This test 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( 'This test does not apply to Multisite.' ); 63 63 } 64 64
Note: See TracChangeset
for help on using the changeset viewer.