function CoderReviewUpgrade6xTest::__construct in Coder 7.2
Same name and namespace in other branches
- 7 coder_review/tests/coder_review_6x.test \CoderReviewUpgrade6xTest::__construct()
Constructs an instance of a CoderReviewUpgrade6xTest object.
Parameters
string $id: A test identifier as a string.
File
- coder_review/
tests/ coder_review_6x.test, line 21
Class
Code
function __construct($id = NULL) {
parent::__construct('upgrade6x', $id);
}