You are here

function CoderReviewCommentTest::__construct in Coder 7.2

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

Constructs an instance of the CoderReviewCommentTest object.

Parameters

string|null $id: (optional) The identifier string for this test. Defaults to NULL.

File

coder_review/tests/coder_review_comment.test, line 28

Class

CoderReviewCommentTest
Tests the functionality of comment review rules in Coder_review module.

Code

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