renames umb builder ext class to be more explicit, no more AddAllBackOfficeComponents, just AddBackOffice, removes NuCacheComposer

This commit is contained in:
Shannon
2020-12-22 12:16:37 +11:00
parent 322f0deff3
commit f5e9441e9f
8 changed files with 82 additions and 43 deletions

View File

@@ -30,6 +30,7 @@ using Umbraco.Tests.Integration.Extensions;
using Umbraco.Tests.Integration.Implementations;
using Umbraco.Tests.Testing;
using Umbraco.Web;
using Umbraco.Web.Common.Extensions;
namespace Umbraco.Tests.Integration.Testing
{
@@ -223,7 +224,7 @@ namespace Umbraco.Tests.Integration.Testing
builder.AddWebComponents();
builder.AddRuntimeMinifier();
builder.AddBackOffice();
builder.AddBackOfficeAuthentication();
builder.AddBackOfficeIdentity();
services.AddMvc();