1 field_permission_example.test | public FieldTestPermissionsExample::testAddRemoveFieldnoteCode() |
Add and remove the field through code.
File
- modules/
examples/ field_permission_example/ tests/ field_permission_example.test, line 422 - Tests for Field Permission Example.
Class
Code
public function testAddRemoveFieldnoteCode() {
$node_type = $this->codeTestGenericAddAllFields();
$this->codeTestGenericRemoveAllFields($node_type);
}