Make WordPress Core

Changeset 47498 for trunk


Ignore:
Timestamp:
03/24/2020 01:05:31 AM (5 years ago)
Author:
SergeyBiryukov
Message:

Docs: Update inline comment in Tests_DB::test_locale_floats().

See #49572.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/db.php

    r47183 r47498  
    9090        $current_locales = explode( ';', setlocale( LC_ALL, 0 ) );
    9191
    92         // Switch to Russian.
     92        // Switch to a locale using comma as a decimal point separator.
    9393        $flag = setlocale( LC_ALL, 'ru_RU.utf8', 'rus', 'fr_FR.utf8', 'fr_FR', 'de_DE.utf8', 'de_DE', 'es_ES.utf8', 'es_ES', 'ja_JP.utf8', 'ja_JP' );
    9494        if ( false === $flag ) {
    95             $this->markTestSkipped( 'No European languages available for testing' );
     95            $this->markTestSkipped( 'No European locales available for testing' );
    9696        }
    9797
Note: See TracChangeset for help on using the changeset viewer.