Make WordPress Core


Ignore:
Timestamp:
10/25/2023 11:20:23 AM (14 months ago)
Author:
SergeyBiryukov
Message:

Tests: Remove some unnecessary multisite test skipping.

These checks are redundant, as the skipping already handled by the ms-required and ms-excluded groups.

Follow-up to [36740], [36741], [38705], [40520], [51415].

Props johnbillion.
See #59647.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/l10n/getUserLocale.php

    r54088 r57008  
    6868     */
    6969    public function test_user_locale_is_same_across_network() {
    70         if ( ! is_multisite() ) {
    71             $this->markTestSkipped( 'This test requires Multisite.' );
    72         }
    73 
    7470        $user_locale = get_user_locale();
    7571
Note: See TracChangeset for help on using the changeset viewer.