Skip to content
Snippets Groups Projects

Issue #3425542: PHPUnit errors: fixed non-existent service...

Merged Issue #3425542: PHPUnit errors: fixed non-existent service...
1 unresolved thread
1 unresolved thread
Files
2
@@ -128,7 +128,7 @@ abstract class RulesEntityIntegrationTestBase extends RulesIntegrationTestBase {
@@ -128,7 +128,7 @@ abstract class RulesEntityIntegrationTestBase extends RulesIntegrationTestBase {
->willReturn(['test' => ['label' => 'Test']]);
->willReturn(['test' => ['label' => 'Test']]);
$this->fieldTypeManager = new FieldTypePluginManager(
$this->fieldTypeManager = new FieldTypePluginManager(
$this->namespaces, $this->cacheBackend, $this->moduleHandler->reveal(), $this->typedDataManager
$this->namespaces, $this->cacheBackend, $this->moduleHandler->reveal(), $this->typedDataManager, $this->fieldTypeCategoryManager
);
);
$this->container->set('plugin.manager.field.field_type', $this->fieldTypeManager);
$this->container->set('plugin.manager.field.field_type', $this->fieldTypeManager);
Loading