- Timestamp:
- 10/24/2020 01:18:50 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/rest-api/rest-comments-controller.php
r49051 r49299 3255 3255 ); 3256 3256 3257 if ( $comment->comment_post_ID ) { 3258 $this->assertEquals( rest_url( '/wp/v2/posts/' . $comment->comment_post_ID ), $links['up'][0]['href'] ); 3259 } 3260 3257 3261 if ( 'edit' === $context ) { 3258 3262 $this->assertSame( $comment->comment_author_email, $data['author_email'] );
Note: See TracChangeset
for help on using the changeset viewer.