public static function IframeFieldTestCase::getInfo in Iframe 7
File
- ./
iframe.test, line 9
Class
Code
public static function getInfo() {
return array(
'name' => 'Iframe field',
'description' => "Test the creation of iframe fields.",
'group' => 'Field types',
);
}