PHP Class Redaxscript\Tests\Admin\Html\FormTest

Since: 3.0.0
Author: Henry Ruhs
Inheritance: extends Redaxscript\Tests\TestCaseAbstract
Show file Open project: redaxmedia/redaxscript

Protected Properties

Property Type Description
$_language object instance of the language class
$_registry object instance of the registry class

Public Methods

Method Description
providerCreate ( ) : array providerCreate
setUp ( ) setUp
testCreate ( array $attributeArray = [], array $optionArray = [], string $expect = null ) testCreate

Method Details

providerCreate() public method

providerCreate
Since: 3.0.0
public providerCreate ( ) : array
return array

setUp() public method

setUp
Since: 3.0.0
public setUp ( )

testCreate() public method

testCreate
Since: 3.0.0
public testCreate ( array $attributeArray = [], array $optionArray = [], string $expect = null )
$attributeArray array
$optionArray array
$expect string

Property Details

$_language protected property

instance of the language class
protected object $_language
return object

$_registry protected property

instance of the registry class
protected object $_registry
return object