public static function BlogTestCase::getInfo

File

drupal/modules/blog/blog.test, line 13
Tests for blog.module.

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',
  );
}