You are here

protected function S3FileEntityHandlerTest::setUp in Acquia Content Hub 8.2

Overrides S3FileKernelTestBase::setUp

File

modules/acquia_contenthub_s3/tests/src/Kernel/S3FileEntityHandlerTest.php, line 43

Class

S3FileEntityHandlerTest
Tests the S3FileEntityHandler.

Namespace

Drupal\Tests\acquia_contenthub_s3\Kernel

Code

protected function setUp() {
  parent::setUp();
  $this
    ->installSchema('system', 'sequences');
  $this->s3FileMap = $this->container
    ->get('acquia_contenthub_s3.file_map');
}