Merge remote-tracking branch 'origin/netcore/netcore' into netcore/task/6973-migrating-authenticationcontroller
Signed-off-by: Bjarke Berg <mail@bergmania.dk> # Conflicts: # src/Umbraco.Infrastructure/HealthCheck/NotificationMethods/EmailNotificationMethod.cs # src/Umbraco.Web/Editors/AuthenticationController.cs
This commit is contained in:
@@ -11,6 +11,7 @@ using Microsoft.AspNetCore.Mvc.Testing;
|
||||
using Microsoft.AspNetCore.Routing;
|
||||
using Microsoft.AspNetCore.TestHost;
|
||||
using Microsoft.Extensions.DependencyInjection;
|
||||
using Microsoft.Extensions.DependencyInjection.Extensions;
|
||||
using NUnit.Framework;
|
||||
using Umbraco.Composing;
|
||||
using Umbraco.Core;
|
||||
@@ -134,7 +135,7 @@ namespace Umbraco.Tests.Integration.TestServerTest
|
||||
var umbracoBuilder = services.AddUmbraco(TestHelper.GetWebHostEnvironment(), Configuration);
|
||||
umbracoBuilder
|
||||
.WithConfiguration()
|
||||
.WithTestCore(TestHelper, UmbracoContainer, UseTestLocalDb) // This is the important one!
|
||||
.WithTestCore(TestHelper, UseTestLocalDb) // This is the important one!
|
||||
.WithWebComponents()
|
||||
.WithRuntimeMinifier()
|
||||
.WithBackOffice()
|
||||
|
||||
Reference in New Issue
Block a user