function FieldTestPermissionsExample::getInfo
Overrides GenericFieldTest::getInfo
File
-
field_permission_example/
tests/ field_permission_example.test, line 392
Class
Code
public static function getInfo() {
return array(
'name' => 'Field Permission Example',
'description' => 'Various tests on the functionality of the Fieldnote field.',
'group' => 'Examples',
);
}