Remove CoreInitialComponent

This commit is contained in:
Paul Johnson
2020-12-15 15:20:36 +00:00
parent 0151c435f1
commit a69739a7a2
13 changed files with 111 additions and 173 deletions

View File

@@ -1,4 +1,4 @@

using System;
using System.Linq.Expressions;
using System.Net.Http;
@@ -119,15 +119,6 @@ namespace Umbraco.Tests.Integration.TestServerTest
protected LinkGenerator LinkGenerator { get; private set; }
protected WebApplicationFactory<UmbracoTestServerTestBase> Factory { get; private set; }
[TearDown]
public override void TearDown()
{
base.TearDown();
base.TerminateCoreRuntime();
Factory.Dispose();
}
#region IStartup
public override void ConfigureServices(IServiceCollection services)
@@ -162,7 +153,5 @@ namespace Umbraco.Tests.Integration.TestServerTest
}
#endregion
}
}