You are here

function CoderReviewCommentTest::__construct in Coder 7

Same name and namespace in other branches
  1. 7.2 coder_review/tests/coder_review_comment.test \CoderReviewCommentTest::__construct()

File

coder_review/tests/coder_review_comment.test, line 10

Class

CoderReviewCommentTest

Code

function __construct($id = NULL) {
  parent::__construct('comment', $id);
}