You are here

public function ShipmentTypeTest::testDefaultShipmentType in Commerce Shipping 8.2

Tests whether the default shipment type was created.

File

tests/src/Functional/ShipmentTypeTest.php, line 37

Class

ShipmentTypeTest
Tests the shipment type UI.

Namespace

Drupal\Tests\commerce_shipping\Functional

Code

public function testDefaultShipmentType() {
  $shipment_type = ShipmentType::load('default');
  $this
    ->assertNotNull($shipment_type);
}