Fixing tests, more DependencyInjection namespace

This commit is contained in:
Shannon
2020-12-23 13:06:22 +11:00
parent e8379d6c77
commit d5a19530f3
5 changed files with 8 additions and 6 deletions

View File

@@ -15,6 +15,7 @@ using Umbraco.Core;
using Umbraco.Core.Cache;
using Umbraco.Core.DependencyInjection;
using Umbraco.Extensions;
using Umbraco.Infrastructure.PublishedCache.DependencyInjection;
using Umbraco.Tests.Integration.Testing;
using Umbraco.Tests.Testing;
using Umbraco.Web;
@@ -153,6 +154,7 @@ namespace Umbraco.Tests.Integration.TestServerTest
mvcBuilder.AddApplicationPart(typeof(SurfaceController).Assembly);
})
.AddWebServer()
.AddNuCache()
.Build();
}