You are here

protected function EntityAutocompleteTest::setUp in Drupal 8

Overrides EntityKernelTestBase::setUp

File

core/tests/Drupal/KernelTests/Core/Entity/EntityAutocompleteTest.php, line 38

Class

EntityAutocompleteTest
Tests the autocomplete functionality.

Namespace

Drupal\KernelTests\Core\Entity

Code

protected function setUp() {
  parent::setUp();
  $this
    ->installSchema('system', [
    'key_value',
  ]);
}