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

Protected Member Functions

 setUp ()
 

Detailed Description

Integration tests for \Magento\Store\Block\Switcher block.

Definition at line 16 of file SwitcherTest.php.

Member Function Documentation

◆ setUp()

setUp ( )
protected

Set up.

Returns
void

Definition at line 33 of file SwitcherTest.php.

34  {
35  $this->_objectManager = Bootstrap::getObjectManager();
36  $this->decoder = Bootstrap::getObjectManager()->create(DecoderInterface::class);
37  }

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