Make WordPress Core


Ignore:
Timestamp:
09/19/2020 03:52:03 PM (5 years ago)
Author:
SergeyBiryukov
Message:

Tests: Add missing @covers tags for files in phpunit/tests/functions/.

Props pbearne, jrf.
See #39265.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/functions/numberFormatI18n.php

    r48937 r49006  
    66 * @group functions.php
    77 * @group i18n
     8 * @covers ::number_format_i18n
    89 */
    910class Tests_Functions_NumberFormatI18n extends WP_UnitTestCase {
     11
    1012    public function test_should_fall_back_to_number_format_when_wp_locale_is_not_set() {
    1113        $locale               = clone $GLOBALS['wp_locale'];
Note: See TracChangeset for help on using the changeset viewer.