Make WordPress Core


Ignore:
Timestamp:
09/19/2020 03:52:03 PM (4 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/sizeFormat.php

    r47780 r49006  
    44 * Tests for size_format()
    55 *
     6 * @ticket 36635
     7 *
    68 * @group functions.php
    7  * @ticket 36635
     9 * @covers ::size_format
    810 */
    911class Tests_Functions_SizeFormat extends WP_UnitTestCase {
     12
    1013    public function _data_size_format() {
    1114        return array(
Note: See TracChangeset for help on using the changeset viewer.