--TEST-- SolrDocumentField - exception - on unset property --FILE-- name); } catch (SolrIllegalOperationException $e) { printf("Exception %d: %s", $e->getCode(), $e->getMessage()); } ?> --EXPECT-- Exception 1007: SolrDocumentField instances are read-only. Properties cannot be updated or removed.