public function i18nForumTestCase::testI18nSelectTest in Internationalization 7
Tests i18n_select integration.
File
- i18n_forum/
i18n_forum.test, line 25 - Test case for multilingual forums.
Class
- i18nForumTestCase
- @file Test case for multilingual forums.
Code
public function testI18nSelectTest() {
// @TODO: improve test. its just a quick test against the PDO exception
// @see http://drupal.org/node/1437932
$this
->i18nGet($this->default_language, 'forum');
}