You are here

public function ImporterTest::setUp in Tome 8

Overrides TestBase::setUp

File

modules/tome_sync/tests/src/Kernel/ImporterTest.php, line 27

Class

ImporterTest
Tests that the importer works.

Namespace

Drupal\Tests\tome_sync\Kernel

Code

public function setUp() {
  parent::setUp();
  $this
    ->installSchema('tome_sync', [
    'tome_sync_content_hash',
  ]);
}