protected function GroupTest::setUp in Group 2.0.x
Same name and namespace in other branches
- 8 tests/src/Kernel/GroupTest.php \Drupal\Tests\group\Kernel\GroupTest::setUp()
Overrides GroupKernelTestBase::setUp
File
- tests/
src/ Kernel/ GroupTest.php, line 26
Class
- GroupTest
- Tests the general behavior of group entities.
Namespace
Drupal\Tests\group\KernelCode
protected function setUp() {
parent::setUp();
$this->group = $this
->createGroup();
}