Get rid of IScopeProviderInternal

This commit is contained in:
Stephan
2017-05-30 19:41:37 +02:00
parent 2435449854
commit 1e62ea8b16
17 changed files with 1438 additions and 101 deletions

View File

@@ -127,7 +127,7 @@ namespace Umbraco.Tests.Scoping
[Test]
public void SingleShadowEvenDetached()
{
var scopeProvider = ScopeProvider as IScopeProviderInternal;
var scopeProvider = ScopeProvider;
using (var scope = scopeProvider.CreateScope(scopeFileSystems: true))
{
using (new SafeCallContext()) // not nesting!