Remove most of the last references and rename LoggerFactory_ to LoggerFactory in UmbracoTestBase

This commit is contained in:
Mole
2020-09-21 13:04:57 +02:00
parent 581775e08c
commit d3ae921293
77 changed files with 470 additions and 491 deletions

View File

@@ -23,7 +23,6 @@ using Umbraco.Web.Common.AspNetCore;
using IHostingEnvironment = Umbraco.Core.Hosting.IHostingEnvironment;
using Microsoft.Extensions.FileProviders;
using Microsoft.Extensions.Logging;
using ILogger = Umbraco.Core.Logging.ILogger;
namespace Umbraco.Tests.Integration.Implementations
{