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