Changeset 51571 for trunk/tests/phpunit/tests/comment/getPageOfComment.php
- Timestamp:
- 08/07/2021 10:51:59 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/comment/getPageOfComment.php
r50559 r51571 486 486 remove_filter( 'wp_get_current_commenter', array( $this, 'get_current_commenter' ) ); 487 487 488 $this->assertContains( $new_unapproved, wp_list_pluck( $comments, 'comment_ID' ) );488 $this->assertContains( (string) $new_unapproved, wp_list_pluck( $comments, 'comment_ID' ) ); 489 489 } 490 490 … … 543 543 ); 544 544 545 $this->assertContains( $new_unapproved, wp_list_pluck( $comments, 'comment_ID' ) );545 $this->assertContains( (string) $new_unapproved, wp_list_pluck( $comments, 'comment_ID' ) ); 546 546 547 547 wp_set_current_user( $current_user );
Note: See TracChangeset
for help on using the changeset viewer.