You are here

function CoderReviewUpgrade6xTest::__construct in Coder 7

Same name and namespace in other branches
  1. 7.2 coder_review/tests/coder_review_6x.test \CoderReviewUpgrade6xTest::__construct()

File

coder_review/tests/coder_review_6x.test, line 10

Class

CoderReviewUpgrade6xTest

Code

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