- Timestamp:
- 09/02/2020 12:35:36 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/comment/wpBatchUpdateCommentType.php
r48748 r48937 40 40 foreach ( $comment_ids as $comment_id ) { 41 41 $updated_comment = get_comment( $comment_id ); 42 $this->assert Equals( 'comment', $updated_comment->comment_type );42 $this->assertSame( 'comment', $updated_comment->comment_type ); 43 43 } 44 44 }
Note: See TracChangeset
for help on using the changeset viewer.