You are here

public static function IframeFieldTestCase::getInfo in Iframe 7

File

./iframe.test, line 9

Class

IframeFieldTestCase

Code

public static function getInfo() {
  return array(
    'name' => 'Iframe field',
    'description' => "Test the creation of iframe fields.",
    'group' => 'Field types',
  );
}