You are here

public function IntegrationTests::setUp in Lightweight Directory Access Protocol (LDAP) 8.3

Setup of kernel tests.

Overrides KernelTestBase::setUp

File

ldap_user/tests/src/Kernel/IntegrationTests.php, line 30

Class

IntegrationTests
Integration tests for ldap_user.

Namespace

Drupal\Tests\ldap_user\Kernel

Code

public function setUp() {
  parent::setUp();
  $this
    ->installConfig([
    'ldap_user',
  ]);
  $this->configFactory = $this->container
    ->get('config.factory');
}