function FieldTestPermissionsExample::testFieldnoteInfo

Test of hook_field_info() and other implementation requirements.

See also

GenericFieldTest::runTestGenericFieldInfo()

File

field_permission_example/tests/field_permission_example.test, line 435

Class

FieldTestPermissionsExample

Code

public function testFieldnoteInfo() {
    $this->runTestGenericFieldInfo();
}