Skip to content
Snippets Groups Projects
Commit 58b06324 authored by Hendrik Grahl's avatar Hendrik Grahl
Browse files

PHP 7.2 compatibility fix.

parent f6208e2e
No related branches found
Tags 8.x-1.24
No related merge requests found
......@@ -78,7 +78,7 @@ class LdapEntryProvisionTest extends EntityKernelTestBase {
//TODO: Replace bridge with FakeBridge.
$fake_bridge = new FakeBridge(
$this->container->get('logger.channel.ldap_user'),
$this->container->get('entity_type.manager'),
$this->container->get('entity_type.manager')
);
$this->container->set('ldap.bridge', $fake_bridge);
......@@ -90,8 +90,8 @@ class LdapEntryProvisionTest extends EntityKernelTestBase {
$this->container->get('module_handler'),
$this->container->get('ldap.user_manager'),
$this->container->get('ldap_user.field_provider'),
$this->container->get('file_system'),
);
$this->container->get('file_system')
);
}
/**
......
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