You are here

public function PackageTypeTest::testGetRemoteId in Commerce Shipping 8.2

@covers ::getRemoteId

File

tests/src/Unit/Plugin/Commerce/PackageType/PackageTypeTest.php, line 57

Class

PackageTypeTest
@coversDefaultClass \Drupal\commerce_shipping\Plugin\Commerce\PackageType\PackageType @group commerce_shipping

Namespace

Drupal\Tests\commerce_shipping\Unit\Plugin\Commerce\PackageType

Code

public function testGetRemoteId() {
  $this
    ->assertEquals('test remote id', $this->packageType
    ->getRemoteId());
}