1 field_permission_example.test | public FieldTestPermissionsExample::testFieldnoteInfo() |
Test of hook_field_info() and other implementation requirements.
See also
GenericFieldTest::runTestGenericFieldInfo()
File
- modules/
examples/ field_permission_example/ tests/ field_permission_example.test, line 408 - Tests for Field Permission Example.
Class
Code
public function testFieldnoteInfo() {
$this->runTestGenericFieldInfo();
}