You are here

public function PackageTypeTest::testGetLabel in Commerce Shipping 8.2

@covers ::getLabel

File

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

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 testGetLabel() {
  $this
    ->assertEquals('test label', $this->packageType
    ->getLabel());
}