- Timestamp:
- 09/26/2020 03:12:21 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/rest-api/rest-comments-controller.php
r48939 r49051 3245 3245 $this->assertSame( mysql_to_rfc3339( $comment->comment_date_gmt ), $data['date_gmt'] ); 3246 3246 $this->assertSame( get_comment_link( $comment ), $data['link'] ); 3247 $this->assert Contains( 'author_avatar_urls', $data );3247 $this->assertArrayHasKey( 'author_avatar_urls', $data ); 3248 3248 $this->assertSameSets( 3249 3249 array(
Note: See TracChangeset
for help on using the changeset viewer.