You are here

function CoderI18NTest::__construct in Coder 6

Same name and namespace in other branches
  1. 6.2 tests/coder_i18n.test \CoderI18NTest::__construct()

Constructor for DrupalWebTestCase.

Overrides DrupalWebTestCase::__construct

File

tests/coder_i18n.test, line 5

Class

CoderI18NTest

Code

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