You are here

public function I18nBookNavigationTestCase::testI18nMenuIntegration in Book translation 7.2

Test i18n_menu integration.

File

tests/i18n_book_navigation.test, line 475
Unit tests for the Book translation module.

Class

I18nBookNavigationTestCase

Code

public function testI18nMenuIntegration() {
  module_enable(array(
    'i18n_menu',
  ));
  $this
    ->resetAll();

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