Get rid of ICoreComposer

This commit is contained in:
Bjarke Berg
2021-04-26 21:09:06 +02:00
parent 7dd92efe25
commit a4400f04a5
22 changed files with 282 additions and 426 deletions

View File

@@ -217,6 +217,7 @@ namespace Umbraco.Cms.Tests.Integration.Testing
.AddBackOfficeIdentity()
.AddMembersIdentity()
.AddExamine()
.AddExamineLucene()
.AddTestServices(TestHelper, GetAppCaches());
if (TestOptions.Mapper)
@@ -232,6 +233,8 @@ namespace Umbraco.Cms.Tests.Integration.Testing
CustomTestSetup(builder);
builder.AddExamineIndexConfiguration();
builder.Build();
}