You are here

function CoderReviewSecurityTest::__construct in Coder 7.2

Same name and namespace in other branches
  1. 7 coder_review/tests/coder_review_security.test \CoderReviewSecurityTest::__construct()

Constructs a CoderReviewSecurityTest instance.

Parameters

string|null $id: (optional) An identifier for this test run. Defaults to NULL.

File

coder_review/tests/coder_review_security.test, line 21

Class

CoderReviewSecurityTest
Tests the Coder_review functionality to detect security-related rules.

Code

function __construct($id = NULL) {
  parent::__construct('security', $id);
}