Removing masterpages support from V8 (#3971)

This commit is contained in:
Callum Whyte
2019-01-18 20:53:38 +11:00
committed by Sebastiaan Janssen
parent 6dd4d7f475
commit cee1171d39
44 changed files with 38 additions and 1114 deletions

View File

@@ -304,7 +304,6 @@ namespace Umbraco.Tests.Testing
// register basic stuff that might need to be there for some container resolvers to work
Composition.RegisterUnique(factory => factory.GetInstance<IUmbracoSettingsSection>().Content);
Composition.RegisterUnique(factory => factory.GetInstance<IUmbracoSettingsSection>().Templates);
Composition.RegisterUnique(factory => factory.GetInstance<IUmbracoSettingsSection>().WebRouting);
Composition.RegisterUnique<IExamineManager>(factory => ExamineManager.Instance);