You are here

public static function EsiBlockTest::getInfo in ESI: Edge Side Includes 7.3

File

modules/esi_block/esi_block.test, line 15
Tests for the ESI Block module.

Class

EsiBlockTest
Test the node_load_multiple() function.

Code

public static function getInfo() {
  return array(
    'name' => 'Block integration',
    'description' => 'Test the ESI Block module.',
    'group' => 'ESI',
  );
}