function CoderReviewCommentTest::setUp in Coder 7.2
Same name and namespace in other branches
- 7 coder_review/tests/coder_review_comment.test \CoderReviewCommentTest::setUp()
File
- coder_review/
tests/ coder_review_comment.test, line 40
Class
- CoderReviewCommentTest
- Tests the functionality of comment review rules in Coder_review module.
Code
function setUp() {
parent::setUp();
$this->file_line = "/**\n * @file\n * Foo\n */\n";
$this->comment_header = $this->file_line;
}