You are here

function CoderSecurityTest::__construct in Coder 6.2

Same name and namespace in other branches
  1. 6 tests/coder_security.test \CoderSecurityTest::__construct()

File

tests/coder_security.test, line 5

Class

CoderSecurityTest

Code

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