Make WordPress Core


Ignore:
Timestamp:
02/09/2021 07:55:35 PM (4 years ago)
Author:
SergeyBiryukov
Message:

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

Props patopaiar, jrf.
See #39265.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/date/xmlrpc.php

    r48937 r50279  
    55 * @group datetime
    66 * @group xmlrpc
     7 * @covers IXR_Date
    78 */
    89class Tests_Date_XMLRPC extends WP_XMLRPC_UnitTestCase {
     
    1011    /**
    1112     * @ticket 30429
     13     *
     14     * @covers wp_xmlrpc_server::mw_newPost
    1215     */
    1316    public function test_date_new_post() {
     
    128131    /**
    129132     * @ticket 30429
     133     *
     134     * @covers wp_xmlrpc_server::mw_editPost
    130135     */
    131136    public function test_date_edit_post() {
     
    195200    /**
    196201     * @ticket 30429
     202     *
     203     * @covers wp_xmlrpc_server::wp_editComment
    197204     */
    198205    function test_date_edit_comment() {
Note: See TracChangeset for help on using the changeset viewer.