function BlogTestCase::getInfo
File
-
modules/
blog/ blog.test, line 13
Class
- BlogTestCase
- @file Tests for blog.module.
Code
public static function getInfo() {
return array(
'name' => 'Blog functionality',
'description' => 'Create, view, edit, delete, and change blog entries and verify its consistency in the database.',
'group' => 'Blog',
);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.