You are here

public function PackageTypeTest::testGetId in Commerce Shipping 8.2

@covers ::getId

File

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

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 testGetId() {
  $this
    ->assertEquals('test id', $this->packageType
    ->getId());
}