function CoderReviewI18nTest::__construct in Coder 7.2
Same name and namespace in other branches
- 7 coder_review/tests/coder_review_i18n.test \CoderReviewI18NTest::__construct()
Constructs a CoderReviewI18nTest instance.
Parameters
string|null $id: (optional) An identifier for this test run. Defaults to NULL.
File
- coder_review/
tests/ coder_review_i18n.test, line 21
Class
- CoderReviewI18nTest
- Tests the Coder_review detection of internationalization functionality.
Code
function __construct($id = NULL) {
parent::__construct('i18n', $id);
}