public static function BookTestCase::getInfo

7.x book.test public static BookTestCase::getInfo()

File

drupal-7.x/modules/book/book.test, line 41
Tests for book.module.

Class

BookTestCase
Tests the functionality of the Book module.

Code

public static function getInfo() {
  return array(
    'name' => 'Book functionality',
    'description' => 'Create a book, add pages, and test book interface.',
    'group' => 'Book',
  );
}