protected function GroupTypeTest::setUp in Organic groups 8
Overrides KernelTestBase::setUp
File
- tests/
src/ Kernel/ Entity/ GroupTypeTest.php, line 32
Class
- GroupTypeTest
- Test creation and deletion of group types.
Namespace
Drupal\Tests\og\Kernel\EntityCode
protected function setUp() : void {
parent::setUp();
$this
->installConfig([
'og',
]);
$this->groupTypeManager = $this->container
->get('og.group_type_manager');
}