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:
Shannon
2020-04-03 11:03:06 +11:00
parent 1224c97f07
commit 7e2d0902af
70 changed files with 436 additions and 415 deletions

View File

@@ -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));