public static function BlogTestCase::getInfo
Archivo
- drupal-7.x/
modules/ blog/ blog.test, line 13 - Tests for blog.module.
Class
Código
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',
);
}