You are here

protected function ExporterIntegrationTest::setUp in Default Content for D8 8

Same name and namespace in other branches
  1. 2.0.x tests/src/Kernel/ExporterIntegrationTest.php \Drupal\Tests\default_content\Kernel\ExporterIntegrationTest::setUp()

Overrides KernelTestBase::setUp

File

tests/src/Kernel/ExporterIntegrationTest.php, line 38

Class

ExporterIntegrationTest
Tests export functionality.

Namespace

Drupal\Tests\default_content\Kernel

Code

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