You are here

function CoderI18NTest::__construct in Coder 6.2

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

File

tests/coder_i18n.test, line 11

Class

CoderI18NTest

Code

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