AB3649 - Abstracted IPropertyType, IProperty and IPropertyValue

This commit is contained in:
Bjarke Berg
2019-11-08 14:27:27 +01:00
parent 118d50671f
commit ed82bd05c6
36 changed files with 311 additions and 146 deletions

View File

@@ -219,6 +219,7 @@ namespace Umbraco.Tests.Testing
Composition.RegisterUnique<IContentLastChanceFinder, TestLastChanceFinder>();
Composition.RegisterUnique<IVariationContextAccessor, TestVariationContextAccessor>();
Composition.RegisterUnique<IPublishedSnapshotAccessor, TestPublishedSnapshotAccessor>();
Composition.RegisterUnique<IIOHelper, IOHelper>();
// register back office sections in the order we want them rendered
Composition.WithCollectionBuilder<SectionCollectionBuilder>().Append<ContentSection>()