1 field_permission_example.test | protected GenericFieldTest::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.
File
- modules/
examples/ field_permission_example/ tests/ field_permission_example.test, line 40 - Tests for Field Permission Example.
Class
- GenericFieldTest
- A generic field testing class.
Code
protected function getFieldTypes() {
return array('these_are_not', 'valid_field_types', 'please_override');
}