- Timestamp:
- 09/19/2020 03:52:03 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/functions/numberFormatI18n.php
r48937 r49006 6 6 * @group functions.php 7 7 * @group i18n 8 * @covers ::number_format_i18n 8 9 */ 9 10 class Tests_Functions_NumberFormatI18n extends WP_UnitTestCase { 11 10 12 public function test_should_fall_back_to_number_format_when_wp_locale_is_not_set() { 11 13 $locale = clone $GLOBALS['wp_locale'];
Note: See TracChangeset
for help on using the changeset viewer.