- Timestamp:
- 03/24/2020 01:05:31 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/db.php
r47183 r47498 90 90 $current_locales = explode( ';', setlocale( LC_ALL, 0 ) ); 91 91 92 // Switch to Russian.92 // Switch to a locale using comma as a decimal point separator. 93 93 $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' ); 94 94 if ( false === $flag ) { 95 $this->markTestSkipped( 'No European l anguages available for testing' );95 $this->markTestSkipped( 'No European locales available for testing' ); 96 96 } 97 97
Note: See TracChangeset
for help on using the changeset viewer.