function CoderReviewSecurityTest::__construct in Coder 7
Same name and namespace in other branches
- 7.2 coder_review/tests/coder_review_security.test \CoderReviewSecurityTest::__construct()
File
- coder_review/
tests/ coder_review_security.test, line 10
Class
Code
function __construct($id = NULL) {
parent::__construct('security', $id);
}