Netcore: Move files from Web/Routing to Abstractions/Routing (#7642)

* AB4951 - Move routing files to abstractions

* Changed UriUtility from static to instance

* Moved more files from Routing in web to Abstractions

* Moved UrlProvider to Abstractions

* Moved PublishedRequest to Abstractions
This commit is contained in:
Bjarke Berg
2020-02-17 12:07:51 +01:00
committed by GitHub
parent 707e11ed69
commit 2b8be2cf00
61 changed files with 273 additions and 193 deletions

View File

@@ -145,7 +145,8 @@ namespace Umbraco.Tests.TestHelpers.ControllerTesting
Enumerable.Empty<IMediaUrlProvider>(),
globalSettings,
new TestVariationContextAccessor(),
TestHelper.IOHelper);
TestHelper.IOHelper,
TestHelper.UriUtility);
//replace it
umbracoContextAccessor.UmbracoContext = umbCtx;