public static function BookTestCase::getInfo

Archivo

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

Class

BookTestCase
Tests the functionality of the Book module.

Código

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