Merge branch 'netcore/dev' of https://github.com/umbraco/Umbraco-CMS into netcore/dev

This commit is contained in:
Shannon
2021-03-16 17:23:55 +11:00
53 changed files with 630 additions and 348 deletions

View File

@@ -25,7 +25,6 @@ using Umbraco.Cms.Core.Configuration.Models;
using Umbraco.Cms.Core.DependencyInjection;
using Umbraco.Cms.Core.IO;
using Umbraco.Cms.Core.Scoping;
using Umbraco.Cms.Core.Security;
using Umbraco.Cms.Core.Services;
using Umbraco.Cms.Core.Strings;
using Umbraco.Cms.Core.Web;
@@ -217,6 +216,7 @@ namespace Umbraco.Cms.Tests.Integration.Testing
.AddBackOfficeAuthentication()
.AddBackOfficeIdentity()
.AddMembersIdentity()
.AddExamine()
.AddTestServices(TestHelper, GetAppCaches());
if (TestOptions.Mapper)