public static function BookTestCase::getInfo in Drupal 7
File
- 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',
);
}