removes IOHelper registration

This commit is contained in:
Shannon
2019-11-13 11:17:48 +11:00
parent 9b4c26bf7e
commit 5bcf9ef102

View File

@@ -228,7 +228,6 @@ 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>()