You are here

protected function FileLinkWidgetTest::setUp in File Link 2.0.x

Overrides KernelTestBase::setUp

File

tests/src/Kernel/FileLinkWidgetTest.php, line 31

Class

FileLinkWidgetTest
Tests the "file_link" widget

Namespace

Drupal\Tests\file_link\Functional

Code

protected function setUp() {
  parent::setUp();
  $this
    ->installEntitySchema('entity_test');
  $this
    ->installEntitySchema('user');
  $this
    ->installConfig([
    'file_link_test',
  ]);
}