Huge IIOHelper cleanup, removes some overlap with IHostingEnvironment, much less usages of IIOHelper and instead just use what is already available on IHostingEnvironment
This commit is contained in:
@@ -378,10 +378,10 @@ namespace Umbraco.Tests.TestHelpers
|
||||
httpContextAccessor,
|
||||
service,
|
||||
new WebSecurity(httpContextAccessor, Factory.GetInstance<IUserService>(),
|
||||
Factory.GetInstance<IGlobalSettings>(), IOHelper),
|
||||
Factory.GetInstance<IGlobalSettings>(), HostingEnvironment),
|
||||
globalSettings ?? Factory.GetInstance<IGlobalSettings>(),
|
||||
HostingEnvironment,
|
||||
new TestVariationContextAccessor(),
|
||||
IOHelper,
|
||||
UriUtility,
|
||||
new AspNetCookieManager(httpContextAccessor));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user