You are here

function CoderUpgrade6xTest::__construct in Coder 6.2

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

File

tests/coder_6x.test, line 11

Class

CoderUpgrade6xTest

Code

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