You are here

public static function FieldTestPermissionsExample::getInfo in Examples for Developers 7

Overrides GenericFieldTest::getInfo

File

field_permission_example/tests/field_permission_example.test, line 392
Tests for Field Permission Example.

Class

FieldTestPermissionsExample

Code

public static function getInfo() {
  return array(
    'name' => 'Field Permission Example',
    'description' => 'Various tests on the functionality of the Fieldnote field.',
    'group' => 'Examples',
  );
}