U4-9322 - IScopeProviderInternal

This commit is contained in:
Stephan
2017-01-12 19:32:44 +01:00
parent 79c2400d27
commit 5446e4b0fc
10 changed files with 18 additions and 22 deletions

View File

@@ -41,7 +41,7 @@ namespace Umbraco.Tests.Models.Mapping
//Create an app context using mocks
var appContext = new ApplicationContext(
new DatabaseContext(Mock.Of<IScopeProvider>(), Mock.Of<ILogger>(), Mock.Of<ISqlSyntaxProvider>(), "test"),
new DatabaseContext(Mock.Of<IScopeProviderInternal>(), Mock.Of<ILogger>(), Mock.Of<ISqlSyntaxProvider>(), "test"),
//Create service context using mocks
new ServiceContext(