- Timestamp:
- 09/04/2020 07:36:33 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/comment/getCommentsPagesCount.php
r48937 r48940 59 59 $this->assertSame( 0, get_comment_pages_count( $comments, 5 ) ); 60 60 $this->assertSame( 0, get_comment_pages_count( $comments ) ); 61 $this->assert equals( 0, get_comment_pages_count( null, 1 ) );61 $this->assertSame( 0, get_comment_pages_count( null, 1 ) ); 62 62 } 63 63
Note: See TracChangeset
for help on using the changeset viewer.