Skip to content
Snippets Groups Projects
Commit e552e2bb authored by Tim Rohaly's avatar Tim Rohaly Committed by Tim Rohaly
Browse files

Issue #3346842 by TR: [10.0] ModuleHandlerInterface::getImplementations() removed from core

parent 9595fcaf
No related branches found
Tags 1.0.4
No related merge requests found
......@@ -126,9 +126,6 @@ abstract class RulesEntityIntegrationTestBase extends RulesIntegrationTestBase {
$this->entityTypeBundleInfo->getBundleInfo(Argument::any())
->willReturn(['test' => ['label' => 'Test']]);
$this->moduleHandler->getImplementations('entity_type_build')
->willReturn([]);
$this->fieldTypeManager = new FieldTypePluginManager(
$this->namespaces, $this->cacheBackend, $this->moduleHandler->reveal(), $this->typedDataManager
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment