- Timestamp:
- 07/19/2021 02:00:11 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/comment/getCommentReplyLink.php
r46586 r51462 65 65 ); 66 66 67 $this->assert Contains( $expected_url, $comment_reply_link );67 $this->assertStringContainsString( $expected_url, $comment_reply_link ); 68 68 } 69 69
Note: See TracChangeset
for help on using the changeset viewer.