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\KernelCode
public function setUp() {
parent::setUp();
$this
->installSchema('tome_sync', [
'tome_sync_content_hash',
]);
}