Changeset 1058 in tests
- Timestamp:
- 09/28/2012 12:48:14 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/tests/comment/query.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/comment/query.php
r1057 r1058 71 71 $this->factory->comment->create_post_comments( $post_id3, 10, array( 'comment_approved' => '1' ) ); 72 72 $comments = get_comments( array( 'post_id' => $post_id3 ) ); 73 // $this->assertEquals( 20, count( $comments ) ); @todo Fix cache bug in WP_Comment_Query::query()73 $this->assertEquals( 20, count( $comments ) ); 74 74 foreach ( $comments as $comment ) { 75 75 $this->assertEquals( $post_id3, $comment->comment_post_ID );
Note: See TracChangeset
for help on using the changeset viewer.