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

Protected Member Functions

 setUp ()
 

Protected Attributes

 $objectManager
 

Detailed Description

Definition at line 8 of file ObserverTest.php.

Member Function Documentation

◆ setUp()

setUp ( )
protected

Definition at line 25 of file ObserverTest.php.

26  {
28  $this->observer = $this->objectManager->get(\Magento\MysqlMq\Model\Observer::class);
29  $this->queueManagement = $this->objectManager->get(\Magento\MysqlMq\Model\QueueManagement::class);
30  }

Field Documentation

◆ $objectManager

$objectManager
protected

Definition at line 13 of file ObserverTest.php.


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