Delete comment.
object $comment: Comment to delete.
function deleteComment($comment) {
$this
->drupalPost('comment/' . $comment->id . '/delete', array(), t('Delete'));
$this
->assertText(t('The comment and all its replies have been deleted.'), 'Comment deleted.');
}