Changeset 51724
- Timestamp:
- 09/01/2021 09:58:32 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/admin/includesComment.php
r49603 r51724 48 48 /** 49 49 * Verify that both the comment date and author must match for a comment to exist. 50 * 51 * @covers ::comment_exists 50 52 */ 51 53 public function test_must_match_date_and_author() { … … 56 58 /** 57 59 * @ticket 33871 60 * 61 * @covers ::comment_exists 58 62 */ 59 63 public function test_default_value_of_timezone_should_be_blog() { … … 63 67 /** 64 68 * @ticket 33871 69 * 70 * @covers ::comment_exists 65 71 */ 66 72 public function test_should_respect_timezone_blog() { … … 70 76 /** 71 77 * @ticket 33871 78 * 79 * @covers ::comment_exists 72 80 */ 73 81 public function test_should_respect_timezone_gmt() { … … 77 85 /** 78 86 * @ticket 33871 87 * 88 * @covers ::comment_exists 79 89 */ 80 90 public function test_invalid_timezone_should_fall_back_on_blog() {
Note: See TracChangeset
for help on using the changeset viewer.