Fix a whole bunch of other errors

This commit is contained in:
Nikolaj
2020-09-15 15:14:44 +02:00
parent 44848e567c
commit 633d42039e
39 changed files with 207 additions and 151 deletions

View File

@@ -42,7 +42,7 @@ namespace Umbraco.Tests.TestHelpers
var typeFinder = TestHelper.GetTypeFinder();
var typeLoader = new TypeLoader(typeFinder, NoAppCache.Instance,
new DirectoryInfo(ioHelper.MapPath("~/App_Data/TEMP")),
Mock.Of<ILogger<TypeLoader>>(),
Mock.Of<Microsoft.Extensions.Logging.ILogger>(),
logger,
false);