function CoderUpgrade6xTest::__construct in Coder 6
Same name and namespace in other branches
- 6.2 tests/coder_6x.test \CoderUpgrade6xTest::__construct()
Constructor for DrupalWebTestCase.
Overrides DrupalWebTestCase::__construct
File
- tests/
coder_6x.test, line 5
Class
Code
function __construct($id = NULL) {
parent::__construct('upgrade6x', $id);
}