You are here

function BookModuleTestCase::get_info in SimpleTest 6

File

tests/book_module.test, line 6

Class

BookModuleTestCase

Code

function get_info() {
  return array(
    'name' => t('Book functionality'),
    'desc' => t('Create a book, add pages, and test book interface.'),
    'group' => t('Book Tests'),
  );
}