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/listFiles.php

    r46586 r49006  
    55 *
    66 * @group functions.php
     7 * @covers ::list_files
    78 */
    89class Tests_Functions_ListFiles extends WP_UnitTestCase {
     10
    911    public function test_list_files_returns_a_list_of_files() {
    1012        $admin_files = list_files( ABSPATH . 'wp-admin/' );
Note: See TracChangeset for help on using the changeset viewer.