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:
@@ -143,8 +143,8 @@ namespace Umbraco.Tests.TestHelpers.ControllerTesting
|
||||
publishedSnapshotService.Object,
|
||||
webSecurity.Object,
|
||||
globalSettings,
|
||||
TestHelper.GetHostingEnvironment(),
|
||||
new TestVariationContextAccessor(),
|
||||
TestHelper.IOHelper,
|
||||
TestHelper.UriUtility,
|
||||
new AspNetCookieManager(httpContextAccessor));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user