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:
@@ -43,7 +43,8 @@ namespace Umbraco.Tests.Testing.Objects
|
||||
new UrlProviderCollection(new[] { urlProvider }),
|
||||
new MediaUrlProviderCollection(new[] { mediaUrlProvider }),
|
||||
Mock.Of<IUserService>(),
|
||||
TestHelper.IOHelper);
|
||||
TestHelper.IOHelper,
|
||||
TestHelper.UriUtility);
|
||||
|
||||
return umbracoContextFactory;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user