You are here

public static function I18nBookNavigationMenuBlockTestCase::getInfo in Book translation 7.2

File

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

Class

I18nBookNavigationMenuBlockTestCase

Code

public static function getInfo() {
  return array(
    'name' => 'Book translation Menu Block integration',
    'description' => 'Test that the book translation integrates properly with the Menu Block module.',
    'group' => 'Internationalization',
  );
}