Changeset 48317
- Timestamp:
- 07/05/2020 12:50:47 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/db.php
r47498 r48317 91 91 92 92 // Switch to a locale using comma as a decimal point separator. 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');93 $flag = setlocale( LC_ALL, 'ru_RU.utf8', 'rus', 'fr_FR.utf8', 'fr_FR', 'de_DE.utf8', 'de_DE', 'es_ES.utf8', 'es_ES' ); 94 94 if ( false === $flag ) { 95 95 $this->markTestSkipped( 'No European locales available for testing' );
Note: See TracChangeset
for help on using the changeset viewer.