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