You are here

public static function InternalNodesTypeCase::getInfo in Internal Nodes 7

File

tests/internal_nodes_ct.test, line 20
SimpleTest for Internal nodes

Class

InternalNodesTypeCase
@file SimpleTest for Internal nodes

Code

public static function getInfo() {
  return array(
    'name' => 'Internal nodes - Content Type Tests',
    'description' => 'Check Internal nodes Content Type functionality.',
    'group' => 'Internal nodes',
  );
}