You are here

public static function NodesInBlockTestCase::getInfo in Nodes In Block 7

Implements getInfo().

File

./nodesinblock.test, line 12
Tests for Nodes in block

Class

NodesInBlockTestCase
@file Tests for Nodes in block

Code

public static function getInfo() {
  return array(
    'name' => t('Nodes in block functionality'),
    'description' => t('Test nodes in block functionality.'),
    'group' => t('Nodes in block'),
  );
}