function BookTestCase::getInfo
File
-
modules/
book/ book.test, line 41
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',
);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.