You are here

protected function EntityKernelTestBaseTest::setUp in Drupal 8

Same name and namespace in other branches
  1. 9 core/tests/Drupal/KernelTests/Core/Entity/EntityKernelTestBaseTest.php \Drupal\KernelTests\Core\Entity\EntityKernelTestBaseTest::setUp()

Overrides EntityKernelTestBase::setUp

File

core/tests/Drupal/KernelTests/Core/Entity/EntityKernelTestBaseTest.php, line 15

Class

EntityKernelTestBaseTest
@covers \Drupal\KernelTests\Core\Entity\EntityKernelTestBase

Namespace

Drupal\KernelTests\Core\Entity

Code

protected function setUp() {
  parent::setUp();
  $this
    ->createUser();
}