PHP Class Redaxscript\Tests\Admin\Html\FormTest

Since: 3.0.0
Author: Henry Ruhs
Inheritance: extends Redaxscript\Tests\TestCaseAbstract
Afficher le fichier Open project: redaxmedia/redaxscript

Protected Properties

Свойство Type Description
$_language object instance of the language class
$_registry object instance of the registry class

Méthodes publiques

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

Method Details

providerCreate() public méthode

providerCreate
Since: 3.0.0
public providerCreate ( ) : array
Résultat array

setUp() public méthode

setUp
Since: 3.0.0
public setUp ( )

testCreate() public méthode

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

Property Details

$_language protected_oe property

instance of the language class
protected object $_language
Résultat object

$_registry protected_oe property

instance of the registry class
protected object $_registry
Résultat object