You are here

protected function Update360Test::setUp in Lightning Core 8.4

Same name and namespace in other branches
  1. 8.5 tests/src/Kernel/Update/Update360Test.php \Drupal\Tests\lightning_core\Kernel\Update\Update360Test::setUp()
  2. 8.3 tests/src/Kernel/Update/Update360Test.php \Drupal\Tests\lightning_core\Kernel\Update\Update360Test::setUp()

Overrides KernelTestBase::setUp

File

tests/src/Kernel/Update/Update360Test.php, line 29

Class

Update360Test
@group lightning_core

Namespace

Drupal\Tests\lightning_core\Kernel\Update

Code

protected function setUp() {
  parent::setUp();
  $this
    ->installConfig('user');
  $this
    ->installEntitySchema('user');
}