You are here

protected function S3FileMapperTest::setUp in Acquia Content Hub 8.2

Overrides S3FileKernelTestBase::setUp

File

modules/acquia_contenthub_s3/tests/src/Kernel/S3FileMapperTest.php, line 39

Class

S3FileMapperTest
Tests the S3FileMapper.

Namespace

Drupal\Tests\acquia_contenthub_s3\Kernel

Code

protected function setUp() {
  parent::setUp();
  $this
    ->installSchema('file', 'file_usage');
}