Move more files and fixed circular dependency

This commit is contained in:
Bjarke Berg
2020-02-19 09:26:51 +01:00
parent fb5d4fcb2f
commit 750b6f6a18
43 changed files with 119 additions and 95 deletions

View File

@@ -144,7 +144,8 @@ namespace Umbraco.Tests.TestHelpers.ControllerTesting
globalSettings,
new TestVariationContextAccessor(),
TestHelper.IOHelper,
TestHelper.UriUtility);
TestHelper.UriUtility,
new AspNetCookieManager(httpContextAccessor));
//replace it
umbracoContextAccessor.UmbracoContext = umbCtx;