You are here

public function FieldDeletionTest::setUp in Tome 8

Overrides TestBase::setUp

File

modules/tome_sync/tests/src/Kernel/FieldDeletionTest.php, line 28

Class

FieldDeletionTest
Tests that exports are updated when fields are deleted.

Namespace

Drupal\Tests\tome_sync\Kernel

Code

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