AB3594 - Moved the composition root out to UmbracoApplicationBase, and injecting the needed parts from there. Also remove usages of ConfigurationManager from Umbraco.Core

This commit is contained in:
Bjarke Berg
2019-11-15 11:07:37 +01:00
parent 126380dcee
commit 603ec0ccfb
63 changed files with 441 additions and 339 deletions

View File

@@ -35,7 +35,7 @@ namespace Umbraco.Tests.TestHelpers
{
Current.Reset();
var container = RegisterFactory.Create();
var container = TestHelper.GetRegister();
var ioHelper = IOHelper.Default;
var logger = new ProfilingLogger(Mock.Of<ILogger>(), Mock.Of<IProfiler>());