You are here

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

I18nBookNavigationTestCase

Code

public function testI18nSelectIntegration() {
  module_enable(array(
    'i18n_select',
  ));
  $this
    ->resetAll();

  // Test outline translation.
  $this
    ->outlineTranslation(FALSE, 'testI18nSelectIntegration');
}