You are here

public static function CpnBlockTest::getInfo in Code per Node 7

File

tests/cpn.block.test, line 12
Test CPN's block integration.

Class

CpnBlockTest
@file Test CPN's block integration.

Code

public static function getInfo() {
  return array(
    'name' => 'CPN node tests',
    'description' => 'Test the CPN module.',
    'group' => 'CPN',
  );
}