Switch ConfigureServices back to protected.
Downstream users may wish to subclass and add their application specific services.
This commit is contained in:
@@ -107,10 +107,6 @@ public abstract class UmbracoIntegrationTestBase
|
||||
return NullLoggerFactory.Instance;
|
||||
}
|
||||
|
||||
protected virtual void ConfigureTestSpecificServices(IServiceCollection services)
|
||||
{
|
||||
}
|
||||
|
||||
protected void UseTestDatabase(IApplicationBuilder app)
|
||||
=> UseTestDatabase(app.ApplicationServices);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user