You are here

public function ShippingServiceTest::testGetLabel in Commerce Shipping 8.2

@covers ::getLabel

File

tests/src/Unit/ShippingServiceTest.php, line 40

Class

ShippingServiceTest
@coversDefaultClass \Drupal\commerce_shipping\ShippingService @group commerce_shipping

Namespace

Drupal\Tests\commerce_shipping\Unit

Code

public function testGetLabel() {
  $this
    ->assertEquals('Test', $this->service
    ->getLabel());
}