function FieldTestPermissionsExample::testAddRemoveFieldnoteCode
Add and remove the field through code.
File
-
field_permission_example/
tests/ field_permission_example.test, line 449
Class
Code
public function testAddRemoveFieldnoteCode() {
$node_type = $this->codeTestGenericAddAllFields();
$this->codeTestGenericRemoveAllFields($node_type);
}