Changeset 35435 for trunk/tests/phpunit/tests/comment-submission.php
- Timestamp:
- 10/29/2015 09:28:39 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/comment-submission.php
r35244 r35435 177 177 $this->assertSame( $user->user_email, $comment->comment_author_email ); 178 178 $this->assertSame( $user->user_url, $comment->comment_author_url ); 179 $this->assertSame( $user->ID, intval( $comment->user_id ) ); 179 180 180 181 } … … 199 200 $this->assertSame( 'comment@example.org', $comment->comment_author_email ); 200 201 $this->assertSame( 'http://user.example.org', $comment->comment_author_url ); 202 $this->assertSame( '0', $comment->user_id ); 201 203 202 204 }
Note: See TracChangeset
for help on using the changeset viewer.