protected function GroupTypeImportTest::setUp in Group 8
Same name and namespace in other branches
- 2.0.x 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\KernelCode
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',
]);
}