You are here

public static function EntityformRulesTestCase::getInfo in Entityform 7

File

./entityform.test, line 243

Class

EntityformRulesTestCase

Code

public static function getInfo() {
  return array(
    'name' => 'Entityform RulesTest',
    'description' => 'Tests invoking Rules with Entityform Types and Entityforms submissions.',
    'group' => 'Entityform',
  );
}