You are here

public static function EntityFormBlockTestCase::getInfo in Entityform block 7

File

./entityform_block.test, line 7
Tests for the Entityform Block module

Class

EntityFormBlockTestCase
@file Tests for the Entityform Block module

Code

public static function getInfo() {
  return array(
    'name' => 'Entityform Block module functionality',
    'description' => 'Tests Entityform Block module',
    'group' => 'Entityform block',
  );
}