You are here

protected function GroupTypeImportTest::setUp in Group 2.0.x

Same name and namespace in other branches
  1. 8 tests/src/Kernel/GroupTypeImportTest.php \Drupal\Tests\group\Kernel\GroupTypeImportTest::setUp()

Overrides GroupKernelTestBase::setUp

File

tests/src/Kernel/GroupTypeImportTest.php, line 18

Class

GroupTypeImportTest
Tests the import or synchronization of group type entities.

Namespace

Drupal\Tests\group\Kernel

Code

protected function setUp() {
  parent::setUp();

  // The system.site key is required for import validation.
  // See: https://www.drupal.org/project/drupal/issues/2995062
  $this
    ->installConfig([
    'system',
  ]);
}