Changeset 47122 for trunk/tests/phpunit/tests/comment.php
- Timestamp:
- 01/29/2020 12:43:23 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/comment.php
r47114 r47122 193 193 $found = get_approved_comments( self::$post_id ); 194 194 195 // all comments types will be returned195 // All comment types will be returned. 196 196 $this->assertEquals( array( $ca1, $ca2, $c2, $c3, $c4, $c5 ), wp_list_pluck( $found, 'comment_ID' ) ); 197 197 }
Note: See TracChangeset
for help on using the changeset viewer.