- Timestamp:
- 09/04/2020 07:01:00 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/rest-api/rest-comments-controller.php
r48937 r48939 3246 3246 $this->assertSame( get_comment_link( $comment ), $data['link'] ); 3247 3247 $this->assertContains( 'author_avatar_urls', $data ); 3248 $this->assert EqualSets(3248 $this->assertSameSets( 3249 3249 array( 3250 3250 'self',
Note: See TracChangeset
for help on using the changeset viewer.