Changeset 54704 for trunk/tests/phpunit/tests/comment/query.php
- Timestamp:
- 10/27/2022 03:53:08 PM (3 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/comment/query.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/comment/query.php
r54402 r54704 2081 2081 } 2082 2082 2083 /**2084 * @ticket 298852085 *2086 * @covers ::get_comments2087 */2083 /** 2084 * @ticket 29885 2085 * 2086 * @covers ::get_comments 2087 */ 2088 2088 public function test_fields_author__in() { 2089 2089 $p1 = self::factory()->post->create(); … … 2131 2131 } 2132 2132 2133 /**2134 * @ticket 298852135 *2136 * @covers ::get_comments2137 */2133 /** 2134 * @ticket 29885 2135 * 2136 * @covers ::get_comments 2137 */ 2138 2138 public function test_fields_author__not_in() { 2139 2139 $p1 = self::factory()->post->create(); … … 3329 3329 3330 3330 /** 3331 *3332 3331 * @covers WP_Comment_Query::query 3333 3332 */
Note: See TracChangeset
for help on using the changeset viewer.