public function FieldTestPermissionsExample::testAddRemoveFieldnoteForm in Examples for Developers 7
Add and remove the field through Form API.
File
- field_permission_example/
tests/ field_permission_example.test, line 442 - Tests for Field Permission Example.
Class
Code
public function testAddRemoveFieldnoteForm() {
$this
->formTestGenericFieldNodeAddDeleteForm();
}