You are here

public function I18nBookNavigationTestCase::testOutlineTranslation in Book translation 7.2

Test outline translations.

File

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

Class

I18nBookNavigationTestCase

Code

public function testOutlineTranslation() {
  $this
    ->outlineTranslation(FALSE, 'testOutlineTranslation');
}