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

Public Member Functions

 testIsDevAllowedDefault ()
 

Protected Member Functions

 setUp ()
 

Protected Attributes

 $helper = null
 

Detailed Description

Definition at line 10 of file DataTest.php.

Member Function Documentation

◆ setUp()

setUp ( )
protected

Definition at line 17 of file DataTest.php.

18  {
20  \Magento\Developer\Helper\Data::class
21  );
22  }

◆ testIsDevAllowedDefault()

testIsDevAllowedDefault ( )

@magentoAppIsolation enabled

Definition at line 27 of file DataTest.php.

28  {
29  $this->assertTrue($this->helper->isDevAllowed());
30  }

Field Documentation

◆ $helper

$helper = null
protected

Definition at line 15 of file DataTest.php.


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