function CoderCommentTest::__construct in Coder 6.2
File
- tests/
coder_comment.test, line 10
Class
Code
function __construct($id = NULL) {
parent::__construct('comment', $id);
}
function __construct($id = NULL) {
parent::__construct('comment', $id);
}