renames umb builder ext class to be more explicit, no more AddAllBackOfficeComponents, just AddBackOffice, removes NuCacheComposer
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user