Changeset 62328
- Timestamp:
- 05/07/2026 09:45:24 PM (6 weeks ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/admin/Admin_Includes_Comment_CommentExists_Test.php
r62327 r62328 4 4 * @group admin 5 5 * @group comment 6 * 7 * @covers ::comment_exists 6 8 */ 7 class Tests_Admin_IncludesComment extends WP_UnitTestCase { 9 class Admin_Includes_Comment_CommentExists_Test extends WP_UnitTestCase { 10 8 11 /** 9 12 * Post ID to add comments to. … … 48 51 /** 49 52 * Verify that both the comment date and author must match for a comment to exist. 50 *51 * @covers ::comment_exists52 53 */ 53 54 public function test_must_match_date_and_author() { … … 58 59 /** 59 60 * @ticket 33871 60 *61 * @covers ::comment_exists62 61 */ 63 62 public function test_default_value_of_timezone_should_be_blog() { … … 67 66 /** 68 67 * @ticket 33871 69 *70 * @covers ::comment_exists71 68 */ 72 69 public function test_should_respect_timezone_blog() { … … 76 73 /** 77 74 * @ticket 33871 78 *79 * @covers ::comment_exists80 75 */ 81 76 public function test_should_respect_timezone_gmt() { … … 85 80 /** 86 81 * @ticket 33871 87 *88 * @covers ::comment_exists89 82 */ 90 83 public function test_invalid_timezone_should_fall_back_on_blog() {
Note: See TracChangeset
for help on using the changeset viewer.