You are here

function CoderReviewCommentTest::testShellComment in Coder 7.2

Tests functionality to detect shell style comments.

File

coder_review/tests/coder_review_comment.test, line 115

Class

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

Code

function testShellComment() {
  $this
    ->assertCoderReviewFail($this->comment_header . "# function shell_comment() {\n");
}