Make WordPress Core


Ignore:
Timestamp:
10/19/2023 01:51:04 PM (18 months ago)
Author:
SergeyBiryukov
Message:

Tests: Improve the @group annotation accuracy and consistency.

Includes removing .php from some older group names, because most of the groups are no longer named based on the file containing the function, and sometimes functions move around, making the file-based group name inaccurate.

Props afercia, aristath, poena, SergeyBiryukov.
See #59647.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/filesystem/findFolder.php

    r56548 r56971  
    44
    55/**
     6 * @group file
    67 * @group filesystem
    7  * @group wp-filesystem
    88 */
    99class WP_Filesystem_Find_Folder_Test extends WP_Filesystem_UnitTestCase {
     
    9191            /example.com/www/wp-includes/
    9292            /example.com/www/wp-content/plugins/
    93            
     93
    9494            # sub.example.com
    9595            /example.com/sub/index.php
Note: See TracChangeset for help on using the changeset viewer.