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

@@ -20,6 +20,7 @@ using Umbraco.Tests.Testing;
using Umbraco.Web;
using Umbraco.Web.BackOffice.Controllers;
using Umbraco.Web.Common.Controllers;
using Umbraco.Web.Common.Extensions;
using Umbraco.Web.Website.Controllers;
namespace Umbraco.Tests.Integration.TestServerTest
@@ -135,7 +136,7 @@ namespace Umbraco.Tests.Integration.TestServerTest
.AddTestCore(TestHelper) // This is the important one!
.AddWebComponents()
.AddRuntimeMinifier()
.AddBackOffice()
.AddBackOfficeAuthentication()
.AddBackOfficeIdentity()
.AddBackOfficeAuthorizationPolicies(TestAuthHandler.TestAuthenticationScheme)
.AddPreviewSupport()