1 field_permission_example.test | protected FieldTestPermissionsExample::getFieldTypes() |
Supply the field types we wish to test.
Return an array of field types to instantiate and test.
Return value
array: The field types we wish to use.
Overrides GenericFieldTest::getFieldTypes
File
- modules/
examples/ field_permission_example/ tests/ field_permission_example.test, line 376 - Tests for Field Permission Example.
Class
Code
protected function getFieldTypes() {
return array('field_permission_example_fieldnote');
}