You are here

protected function IconTest::setUp in Embed 8

Overrides KernelTestBase::setUp

File

tests/src/Kernel/IconTest.php, line 29

Class

IconTest
Tests embed button icon file handling.

Namespace

Drupal\Tests\embed\Kernel

Code

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