You are here

function CoderReviewUpgrade7xTest::__construct in Coder 7.2

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

???

File

coder_review/tests/coder_review_7x.test, line 18

Class

CoderReviewUpgrade7xTest
???

Code

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