array()); $form_state = array('values' => array()); field_attach_submit($entity_type, $entity, $form, $form_state); } public function saveTestEntity($entity) { $this->submitEntity('test_entity', $entity); // Save the entity field_test_entity_save($entity); // Reload the entity. return field_test_entity_test_load($entity->ftid); } }