Adjustments for Forms and Deploy

This commit is contained in:
Stephan
2019-01-04 16:02:10 +01:00
parent 62d6cf111e
commit edfc3996d6
11 changed files with 48 additions and 46 deletions

View File

@@ -51,7 +51,7 @@ namespace Umbraco.Tests.TestHelpers.ControllerTesting
var mockedDataTypeService = Mock.Of<IDataTypeService>();
var mockedContentTypeService = Mock.Of<IContentTypeService>();
var serviceContext = new ServiceContext(
var serviceContext = ServiceContext.CreatePartial(
userService: mockedUserService,
contentService: mockedContentService,
mediaService: mockedMediaService,