protected function GroupTypeFormTest::setUp in Group 2.0.x
Same name and namespace in other branches
- 8 tests/src/Functional/GroupTypeFormTest.php \Drupal\Tests\group\Functional\GroupTypeFormTest::setUp()
Overrides GroupBrowserTestBase::setUp
File
- tests/
src/ Functional/ GroupTypeFormTest.php, line 22
Class
- GroupTypeFormTest
- Tests the behavior of the group type form.
Namespace
Drupal\Tests\group\FunctionalCode
protected function setUp() {
parent::setUp();
$this->entityFieldManager = $this->container
->get('entity_field.manager');
}