UnitOfWork RIP, troubleshoot and fix, tests

This commit is contained in:
Stephan
2017-12-15 16:29:14 +01:00
parent 0ab2f6cc9f
commit bbff74fa51
79 changed files with 501 additions and 588 deletions

View File

@@ -39,7 +39,7 @@ namespace Umbraco.Tests.TestHelpers
container.RegisterSingleton<IProfiler>(factory => Mock.Of<IProfiler>());
var logger = new ProfilingLogger(Mock.Of<ILogger>(), Mock.Of<IProfiler>());
var pluginManager = new TypeLoader(new NullCacheProvider(),
var pluginManager = new TypeLoader(NullCacheProvider.Instance,
logger,
false);
container.RegisterInstance(pluginManager);