public function I18nBookNavigationTestCase::testI18nSelectIntegration in Book translation 7.2
Test i18n_select integration.
File
- tests/
i18n_book_navigation.test, line 487 - Unit tests for the Book translation module.
Class
Code
public function testI18nSelectIntegration() {
module_enable(array(
'i18n_select',
));
$this
->resetAll();
// Test outline translation.
$this
->outlineTranslation(FALSE, 'testI18nSelectIntegration');
}