You are here

protected function GroupTest::setUp in Group 8

Same name and namespace in other branches
  1. 2.0.x 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\Kernel

Code

protected function setUp() {
  parent::setUp();
  $this->group = $this
    ->createGroup();
}