Changeset 58052
- Timestamp:
- 04/28/2024 06:55:25 PM (11 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/comment/wpHandleCommentSubmission.php
r56548 r58052 855 855 856 856 $this->assertNotWPError( $second_comment ); 857 $this->assert Equals(self::$post->ID, $second_comment->comment_post_ID );857 $this->assertSame( (string) self::$post->ID, $second_comment->comment_post_ID ); 858 858 } 859 859
Note: See TracChangeset
for help on using the changeset viewer.