Make WordPress Core


Ignore:
Timestamp:
09/01/2021 09:58:32 PM (5 years ago)
Author:
hellofromTonya
Message:

Tests: Add missing @covers tags for Tests_Admin_IncludesComment.

Follow-up to [34456], [34460].

Props pbearne, jrf, hellofromTonya.
See #39265.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/admin/includesComment.php

    r49603 r51724  
    4848        /**
    4949         * Verify that both the comment date and author must match for a comment to exist.
     50         *
     51         * @covers ::comment_exists
    5052         */
    5153        public function test_must_match_date_and_author() {
     
    5658        /**
    5759         * @ticket 33871
     60         *
     61         * @covers ::comment_exists
    5862         */
    5963        public function test_default_value_of_timezone_should_be_blog() {
     
    6367        /**
    6468         * @ticket 33871
     69         *
     70         * @covers ::comment_exists
    6571         */
    6672        public function test_should_respect_timezone_blog() {
     
    7076        /**
    7177         * @ticket 33871
     78         *
     79         * @covers ::comment_exists
    7280         */
    7381        public function test_should_respect_timezone_gmt() {
     
    7785        /**
    7886         * @ticket 33871
     87         *
     88         * @covers ::comment_exists
    7989         */
    8090        public function test_invalid_timezone_should_fall_back_on_blog() {
Note: See TracChangeset for help on using the changeset viewer.