Merge branch temp8 into temp8-di2690
This commit is contained in:
@@ -34,9 +34,9 @@ using Umbraco.Tests.TestHelpers.Stubs;
|
||||
using Umbraco.Web;
|
||||
using Umbraco.Web.Services;
|
||||
using Umbraco.Tests.Testing.Objects.Accessors;
|
||||
using Umbraco.Web.Actions;
|
||||
using Umbraco.Web.Composing.Composers;
|
||||
using Umbraco.Web.ContentApps;
|
||||
using Umbraco.Web._Legacy.Actions;
|
||||
using Current = Umbraco.Core.Composing.Current;
|
||||
using Umbraco.Web.Routing;
|
||||
|
||||
@@ -202,9 +202,7 @@ namespace Umbraco.Tests.Testing
|
||||
Container.RegisterSingleton(f => runtimeStateMock.Object);
|
||||
|
||||
// ah...
|
||||
Container.RegisterCollectionBuilder<ActionCollectionBuilder>()
|
||||
.SetProducer(Enumerable.Empty<Type>);
|
||||
|
||||
Container.RegisterCollectionBuilder<ActionCollectionBuilder>();
|
||||
Container.RegisterCollectionBuilder<PropertyValueConverterCollectionBuilder>();
|
||||
Container.RegisterSingleton<IPublishedContentTypeFactory, PublishedContentTypeFactory>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user