You are here

protected function FilterShippingMethodsEventTest::setUp in Commerce Shipping 8.2

Overrides ShippingKernelTestBase::setUp

File

tests/src/Kernel/FilterShippingMethodsEventTest.php, line 30

Class

FilterShippingMethodsEventTest
Tests the FilterShippingMethodsEvent.

Namespace

Drupal\Tests\commerce_shipping\Kernel

Code

protected function setUp() : void {
  parent::setUp();
  $this->storage = $this->container
    ->get('entity_type.manager')
    ->getStorage('commerce_shipping_method');
}