Changeset 984 in tests
- Timestamp:
- 08/21/2012 10:30:24 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/comment.php
r983 r984 15 15 } 16 16 17 /** 18 * @ticket 21101 19 */ 17 20 function test_get_comment_comment_approved_0() { 18 $this->knownWPBug( 21101 );19 21 $comments_approved_0 = get_comments( array( 'comment_approved' => '0' ) ); 20 22 $this->assertEquals( 0, count( $comments_approved_0 ) ); 21 23 } 22 24 25 /** 26 * @ticket 21101 27 */ 23 28 function test_get_comment_comment_approved_1() { 24 $this->knownWPBug( 21101 );25 29 $comments_approved_1 = get_comments( array( 'comment_approved' => '1' ) ); 26 30
Note: See TracChangeset
for help on using the changeset viewer.