You are here

protected function EntityUuidMapperTest::setUp in Commerce Core 8.2

Overrides CommerceKernelTestBase::setUp

File

tests/src/Kernel/EntityUuidMapperTest.php, line 23

Class

EntityUuidMapperTest
Tests the EntityUuidMapper class.

Namespace

Drupal\Tests\commerce\Kernel

Code

protected function setUp() : void {
  parent::setUp();
  $this->entityUuidMapper = $this->container
    ->get('commerce.entity_uuid_mapper');
}