Changeset 35936
- Timestamp:
- 12/14/2015 09:09:52 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.4/tests/phpunit/tests/comment/getCommentLink.php
r35934 r35936 129 129 update_option( 'page_comments', 0 ); 130 130 131 $found = get_comment_link( self::$comments[1] );131 $found = get_comment_link( $this->comments[1] ); 132 132 133 133 $this->assertNotContains( 'comment-page-1', $found );
Note: See TracChangeset
for help on using the changeset viewer.