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

Protected Member Functions

 setUp ()
 

Protected Attributes

 $model
 
 $indexerRegistryMock
 

Detailed Description

Definition at line 13 of file StoreTest.php.

Member Function Documentation

◆ setUp()

setUp ( )
protected

Definition at line 21 of file StoreTest.php.

22  {
23  $this->indexerRegistryMock = $this->getMockBuilder(\Magento\Framework\Indexer\IndexerRegistry::class)
24  ->disableOriginalConstructor()
25  ->getMock();
26 
27  $this->model = new Store($this->indexerRegistryMock);
28  }

Field Documentation

◆ $indexerRegistryMock

$indexerRegistryMock
protected

Definition at line 19 of file StoreTest.php.

◆ $model

$model
protected

Definition at line 16 of file StoreTest.php.


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