public function FileSyncTest::setUp in Tome 8
Overrides TestBase::setUp
File
- modules/
tome_sync/ tests/ src/ Kernel/ FileSyncTest.php, line 34
Class
- FileSyncTest
- Tests that the file sync works.
Namespace
Drupal\Tests\tome_sync\KernelCode
public function setUp() {
parent::setUp();
$this->fileSystem = \Drupal::service('file_system');
$this
->installSchema('tome_sync', [
'tome_sync_content_hash',
]);
}