Changeset 47122 for trunk/tests/phpunit/tests/comment/query.php
- Timestamp:
- 01/29/2020 12:43:23 AM (6 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/comment/query.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/comment/query.php
r46586 r47122 1 1 <?php 2 2 3 // Test the output of Comment Querying functions 3 // Test the output of Comment Querying functions. 4 4 5 5 /** … … 1416 1416 $this->assertEquals( array( $comment_id3, $comment_id ), wp_list_pluck( $comments, 'comment_ID' ) ); 1417 1417 1418 // value1 is present on two different keys for $comment_id yet we should get only one instance1419 // of that comment in the results1418 // 'value1' is present on two different keys for $comment_id, 1419 // yet we should get only one instance of that comment in the results. 1420 1420 $comments = get_comments( 1421 1421 array(
Note: See TracChangeset
for help on using the changeset viewer.