Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Protected Member Functions
ShippingTest Class Reference
Inheritance diagram for ShippingTest:

Protected Member Functions

 setUp ()
 

Detailed Description

Contains list of tests for Shipping model

Definition at line 17 of file ShippingTest.php.

Member Function Documentation

◆ setUp()

setUp ( )
protected

Definition at line 32 of file ShippingTest.php.

33  {
34  $this->objectManager = Bootstrap::getObjectManager();
35  $this->model = $this->objectManager->get(Shipping::class);
36  }

The documentation for this class was generated from the following file: