Skip to content

Commit 05d09e1

Browse files
pbearnewestonruter
andauthored
Update tests/phpunit/tests/date/getCommentDate.php
Co-authored-by: Weston Ruter <[email protected]>
1 parent 449e23d commit 05d09e1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/phpunit/tests/date/getCommentDate.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ public function test_get_comment_date_returns_correct_time_with_empty_format() {
3434
public function test_get_comment_time_returns_correct_time() {
3535
$c = self::factory()->comment->create( array( 'comment_date' => '2020-08-29 01:51:00' ) );
3636

37-
// $GLOBALS['comment'] = get_comment( $c );
3837
$this->assertSame( '1:51 am', get_comment_time( 'g:i a', 'local', false, $c ) );
3938
}
4039

0 commit comments

Comments
 (0)