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

 testGetDefaultCountry ()
 

Protected Member Functions

 setUp ()
 

Protected Attributes

 $helper
 

Detailed Description

Definition at line 8 of file DataTest.php.

Member Function Documentation

◆ setUp()

setUp ( )
protected

Definition at line 15 of file DataTest.php.

16  {
18  \Magento\Directory\Helper\Data::class
19  );
20  }

◆ testGetDefaultCountry()

testGetDefaultCountry ( )

Definition at line 22 of file DataTest.php.

23  {
24  $this->assertEquals('US', $this->helper->getDefaultCountry());
25  }

Field Documentation

◆ $helper

$helper
protected

Definition at line 13 of file DataTest.php.


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