You are here

function CoderCommentTest::__construct in Coder 6.2

File

tests/coder_comment.test, line 10

Class

CoderCommentTest

Code

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