You are here

protected function DefaultConfigEntityInstallationTest::setUp in Search API 8

Overrides KernelTestBase::setUp

File

tests/src/Kernel/ConfigEntity/DefaultConfigEntityInstallationTest.php, line 35

Class

DefaultConfigEntityInstallationTest
Tests that installing config entities from an extension works correctly.

Namespace

Drupal\Tests\search_api\Kernel\ConfigEntity

Code

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