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:
@@ -43,7 +43,7 @@ namespace Umbraco.Tests.Testing.Objects
|
||||
new TestDefaultCultureAccessor(),
|
||||
globalSettings,
|
||||
Mock.Of<IUserService>(),
|
||||
TestHelper.IOHelper,
|
||||
TestHelper.GetHostingEnvironment(),
|
||||
TestHelper.UriUtility,
|
||||
httpContextAccessor,
|
||||
new AspNetCookieManager(httpContextAccessor));
|
||||
|
||||
Reference in New Issue
Block a user