function CoderI18NTest::__construct in Coder 6.2
Same name and namespace in other branches
- 6 tests/coder_i18n.test \CoderI18NTest::__construct()
File
- tests/
coder_i18n.test, line 11
Class
Code
function __construct($id = NULL) {
parent::__construct('i18n', $id);
}