// FIXME review whether we need to improve the test setup here. See also OAK-1541
// .with(JcrConflictHandler.JCR_CONFLICT_HANDLER)
.with(new NamespaceEditorProvider())
.with(new ReferenceEditorProvider())
.with(new ReferenceIndexProvider())
.with(new PropertyIndexEditorProvider())
.with(new PropertyIndexProvider())
.with(new TypeEditorProvider())
// FIXME review whether we need to improve the test setup here. See also OAK-1541
// .with(new ConflictValidatorProvider())
.with(getSecurityProvider());