You are here

function CoderCommentTest::testIdCommentLine in Coder 6.2

File

tests/coder_comment.test, line 29

Class

CoderCommentTest

Code

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