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:
@@ -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>());
|
||||
|
||||
Reference in New Issue
Block a user