You are here

public static function BlockRevisionsTestCase::getInfo in Block Revisions 7

Same name and namespace in other branches
  1. 6 block_revisions.test \BlockRevisionsTestCase::getInfo()

File

./block_revisions.test, line 11
Simpletest tests for the Block Revisions module.

Class

BlockRevisionsTestCase
@file Simpletest tests for the Block Revisions module.

Code

public static function getInfo() {
  return array(
    'name' => 'Block Revisions',
    'description' => 'Test basic Block Revisions functionality.',
    'group' => 'Block Revisions',
  );
}