You are here

function CoderReviewCommentTest::testIdCommentLine in Coder 7.2

Same name and namespace in other branches
  1. 7 coder_review/tests/coder_review_comment.test \CoderReviewCommentTest::testIdCommentLine()

???

File

coder_review/tests/coder_review_comment.test, line 58

Class

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

Code

function testIdCommentLine() {
  $this
    ->assertCoderReviewFail($this->comment_header . '// $Id$' . "\n");
  $this
    ->assertCoderReviewFail($this->comment_header . '/* $Id$ */' . "\n");
}