Make WordPress Core


Ignore:
Timestamp:
02/13/2021 01:47:12 PM (4 years ago)
Author:
SergeyBiryukov
Message:

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

Props patopaiar, jrf.
See #39265.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/general/wpGetDocumentTitle.php

    r50292 r50339  
    44 * A set of unit tests for functions in wp-includes/general-template.php
    55 *
     6 * @group general
    67 * @group template
    78 * @group document-title
     9 * @covers ::wp_get_document_title
     10 * @covers ::_wp_render_title_tag
    811 */
    912class Tests_General_wpGetDocumentTitle extends WP_UnitTestCase {
Note: See TracChangeset for help on using the changeset viewer.