You are here

public function ShippingServiceTest::testGetId in Commerce Shipping 8.2

@covers ::getId

File

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

Class

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

Namespace

Drupal\Tests\commerce_shipping\Unit

Code

public function testGetId() {
  $this
    ->assertEquals('test', $this->service
    ->getId());
}